Metadata-Version: 1.1
Name: django-list-tests
Version: 0.1.0
Summary: Add a django management command to list all tests in the project
Home-page: https://github.com/robinramael/django-list-tests
Author: Robin Ramael
Author-email: robin.ramael@gmail.com
License: MIT
Description: =============================
        django-list-tests
        =============================
        
        
        Add a django management command to list all tests in the project
        
        Quickstart
        ----------
        
        Install django-list-tests::
        
            pip install django-list-tests
        
        Add it to your `INSTALLED_APPS`:
        
        .. code-block:: python
        
            INSTALLED_APPS = (
                ...
                'django_list_tests',
                ...
            )
        
        
        And run::
        
             ./manage.py list_tests <app_name>
        
        
Keywords: django-list-tests
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
