Metadata-Version: 1.0
Name: django-rainbowtests
Version: 0.1.3
Summary: A colorful Django Test Runner.
Home-page: https://github.com/bradmontgomery/django-rainbowtests
Author: Brad Montgomery
Author-email: brad@bradmontgomery.net
License: MIT
Description: django-rainbowtests
        ===================
        
        This is a custom test runner for Django that gives you *really* colorful test
        output.
        
        How do I use this?
        ------------------
        
        First install with::
        
            pip install django-rainbowtests
        
        Or grab the development version from github::
        
            pip install -e git+git://github.com/bradmontgomery/django-rainbowtests.git#egg=django-rainbowtests
        
        Then, add the following setting::
        
            TEST_RUNNER = 'rainbowtests.RainbowTestSuiteRunner'
        
        Then run your tests!
        
        
        License
        -------
        
        This code is distributed under the terms of the MIT license. See the
        ``LICENSE`` file.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
