Metadata-Version: 1.1
Name: TestGears
Version: 0.2
Summary: TestGears extensions to unittest.
Home-page: http://www.turbogears.org/testgears/
Author: Kevin Dangoor
Author-email: dangoor+testgears@gmail.com
License: MIT
Download-URL: http://www.turbogears.org/TestGears-0.2.tar.gz
Description: 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.
Keywords: unittest testing
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
