Metadata-Version: 1.0
Name: sptest
Version: 0.2.1
Summary: Python unittest extension
Home-page: http://www.bitbucket.org/sp/sptest
Author: Stephan Peijnik
Author-email: sp@sp.or.at
License: GNU GPLv3+
Description: sptest provides an easier way of customizing how
        Python unittest results are handled. It comes with two simple output
        handler classes: FancyCLIOutput (coloured output) and XMLOutput, which
        writes the results to an XML file.
        
        New output handlers can be implemented by extending the
        sptest.output.IOutput interface.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing
