run(self,
tests=None,
runner=None,
list_tests=False)
| source code
|
Run the software verification tests.
- Parameters:
tests (list of str) - The list of system tests to preform.
runner (Test runner instance (TextTestRunner, BaseGUITestRunner subclass,
etc.)) - A test runner such as TextTestRunner. For an example of how to
write a test runner see the python documentation for
TextTestRunner in the python source.
list_tests (bool) - A flag which if True will cause the tests to be listed rather
than executed.
|