1. Options

testosterone takes the following options:

-s
--scripted
Use the command-line interface. If not set, testosterone will use the curses(3) interface.

-f
--find-only
testosterone should find TestCases but not run them. This only obtains in scripted mode, for summary reports.

-x stopwords
--stopwords stopwords
stopwords is a comma-delimited list of strings that, if they appear in a module's full dotted name, will prevent that module from being included in the search for TestCases.

-t testcase
--testcase testcase
--TestCase testcase
testosterone should only run the tests found in testcase , which is the name of a Python unittest.TestCase class within the module specified by module. Given this option, testosterone will output a detail report for the named TestCase; without it, a summary report for all TestCases found at or below module. This option only obtains in scripted mode.

testosterone is Zeta software. It is copyright © 2006 by Chad Whitacre, and is offered free of charge, warranty, and restrictions.