24f6b29c77
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. PR: ports/91689 Submitted by: Nicola Vitale <nivit@email.it>
8 lines
381 B
Text
8 lines
381 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.
|
|
|
|
Author: Kevin Dangoor <dangoor+testgears@gmail.com>
|
|
WWW: http://www.turbogears.com/testgears/
|