shuup.testing.management.commands package

Submodules

shuup.testing.management.commands.shuup_populate_mock module

class shuup.testing.management.commands.shuup_populate_mock.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

generate_strong_password(length=12)[source]

Generate a secure password meeting complexity requirements.

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

Module contents