Metadata-Version: 1.1
Name: django-admin-testutils
Version: 1.0.0
Summary: Helpers for writing selenium tests for the django admin
Home-page: https://github.com/theatlantic/django-admin-testutils
Author: Frankie Dintino
Author-email: fdintino@theatlantic.com
License: BSD
Description: django-admin-testutils
        ======================
        
        django-admin-testutils contains helpers to make writing selenium unit tests
        for the Django admin easier. It is based on the code that supported selenium
        unit tests in `django-nested-admin`_.
        
        The test runner is designed to work similarly to the Django framework’s own
        runtests.py. Until this project has had documentation written for it, the
        best guide on usage can be found in the unit tests for this repository.
        Specifically, look at `runtests.py`_ and `django_admin_testutils/tests/test.py`_.
        
        .. _django-nested-admin: https://github.com/theatlantic/django-nested-admin
        .. _runtests.py: https://github.com/theatlantic/django-admin-testutils/blob/master/runtests.py
        .. _django_admin_testutils/tests/test.py: https://github.com/theatlantic/django-admin-testutils/blob/master/django_admin_testutils/tests/test.py
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Classifier: Framework :: Django
Classifier: Topic :: Software Development :: Libraries :: Python Modules
