Package django :: Package core :: Package management :: Package commands :: Module test :: Class Command
[hide private]
[frames] | no frames]

Class Command

source code

      object --+    
               |    
base.BaseCommand --+
                   |
                  Command

Instance Methods [hide private]
 
handle(self, *test_labels, **options) source code

Inherited from base.BaseCommand: __init__, create_parser, execute, get_version, print_help, run_from_argv, usage, validate

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  option_list = (<Option at 0x8ea1eac: --settings>, <Option at 0...
  help = 'Runs the test suite for the specified applications, or...
  args = '[appname ...]'
  requires_model_validation = False

Inherited from base.BaseCommand: can_import_settings, output_transaction

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

handle(self, *test_labels, **options)

source code 
Overrides: base.BaseCommand.handle

Class Variable Details [hide private]

option_list

Value:
(<Option at 0x8ea1eac: --settings>,
 <Option at 0x8ea1f8c: --pythonpath>,
 <Option at 0x8f0b1ac: --traceback>,
 <Option at 0x90262ac: --verbosity>,
 <Option at 0x90260cc: --noinput>)

help

Value:
'Runs the test suite for the specified applications, or the entire sit\
e if no apps are specified.'