mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
7 lines
329 B
Text
7 lines
329 B
Text
TestGears provides automatic discovery of unittest.TestCases and
|
|
the ability to run tests that are written as simple functions.
|
|
It generates a standard unittest.TestSuite for use with any of
|
|
the standard frontends, and provides a distutils command to run
|
|
tests with zero configuration.
|
|
|
|
WWW: http://www.turbogears.com/testgears/
|