Metadata-Version: 1.0
Name: django-ignoretests
Version: 0.1
Summary: Select some django apps and ignore theirs tests
Home-page: https://github.com/cyberj/django-ignoretests
Author: Johan Charpentier
Author-email: cyberj@arcagenis.org
License: MIT
Description: django-ignoretests
        ==================
        
        Application to ignore some tests from a Django project.
        
        https://github.com/cyberj/django-ignoretests
        
        Usage
        -----
        
        Just add add to your settings.py::
        
            TEST_RUNNER="ignoretests.DjangoIgnoreTestSuiteRunner"
            IGNORE_TESTS = (
                # Apps to ignore. example : 'django.contrib.auth',
                )
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
