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

Class run_local_tests

source code

distutils.core.Command --+
                         |
                        run_local_tests

Run all of the tests for the package using uninstalled (local) files

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

python setup.py test

Instance Methods [hide private]
 
initialize_options(self) source code
 
finalize_options(self) source code
 
run(self) source code
Class Variables [hide private]
  description = "Automatically run the test suite for the package."
  user_options = []