| Trees | Indices | Help |
|---|
|
|
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
|
|||
|
|||
|
|||
|
|||
|
|||
description = "Automatically run the test suite for the package."
|
|||
user_options = []
|
|||
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun May 3 17:14:25 2009 | http://epydoc.sourceforge.net |