Package Martel :: Module setup :: Class run_install_tests
[hide private]
[frames] | no frames]

Class run_install_tests

source code

distutils.core.Command --+    
                         |    
           run_local_tests --+
                             |
                            run_install_tests

Run all of the tests for the package using installed files

This is a automatic test run class to make distutils kind of act like perl. With this you can do:

python setup.py install python setup.py installtest

Instance Methods [hide private]
 
run(self) source code

Inherited from run_local_tests: finalize_options, initialize_options

Class Variables [hide private]

Inherited from run_local_tests: description, user_options

Method Details [hide private]

run(self)

source code 
Overrides: run_local_tests.run