pyworkflow.apps.pw_run_tests module

Run or show the selected tests. Tests can be selected by giving the “case”, or by giving the paths and file pattern to use for searching them.

class pyworkflow.apps.pw_run_tests.Tester[source]

Bases: object

getTestsCommand()[source]
main(args=None)[source]
printTests(moduleName, tests)[source]
runSingleTest(tests)[source]
runTests(moduleName, tests)[source]