Metadata-Version: 1.2
Name: django-selenosis
Version: 1.3.0
Summary: Helpers for writing selenium tests for Django
Home-page: https://github.com/theatlantic/django-selenosis
Author: Frankie Dintino
Author-email: fdintino@theatlantic.com
Maintainer: Frankie Dintino
Maintainer-email: fdintino@theatlantic.com
License: BSD
Description: django-selenosis
        ================
        
        **selenosis**
        
            *noun* sel·e·no·sis /sɛliːˈnəʊsɪs/. **poisoning due to excessive
            intake of selenium.**
        
        django-selenosis (formerly django-admin-testutils) contains helpers to make
        writing selenium unit tests for Django, and in particular 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. The best guide on usage can be found in the unit tests for this
        repository. Specifically, look at `runtests.py`_ and `selenosis/tests/test.py`_.
        
        .. _django-nested-admin: https://github.com/theatlantic/django-nested-admin
        .. _runtests.py: https://github.com/theatlantic/django-selenosis/blob/master/runtests.py
        .. _selenosis/tests/test.py: https://github.com/theatlantic/django-selenosis/blob/master/selenosis/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.7
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Topic :: Software Development :: Libraries :: Python Modules
