|
tuple | option_list |
|
string | help = 'Runs the test suite for the specified applications, or the entire site if no apps are specified.' |
|
string | args = '[appname ...]' |
|
| requires_model_validation = False |
|
Static Public Attributes inherited from google.appengine._internal.django.core.management.base.BaseCommand |
tuple | option_list |
|
string | help = '' |
|
string | args = '' |
|
| can_import_settings = True |
|
| requires_model_validation = True |
|
| output_transaction = False |
|
tuple google.appengine._internal.django.core.management.commands.test.Command.option_list |
|
static |
Initial value: 1 = BaseCommand.option_list+(
2 make_option(
'--noinput', action=
'store_false', dest=
'interactive', default=
True,
3 help=
'Tells Django to NOT prompt the user for input of any kind.'),
4 make_option(
'--failfast', action=
'store_true', dest=
'failfast', default=
False,
5 help=
'Tells Django to stop running the test suite after first failed test.')
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/_internal/django/core/management/commands/test.py