Metadata-Version: 2.0
Name: pytest-django-casperjs
Version: 0.1.0
Summary: Integrate CasperJS with your django tests as a pytest fixture.
Home-page: https://github.com/EnTeQuAk/pytest-django-casperjs/
Author: Christopher Grebs
Author-email: cg@webshox.org
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: django (>=1.5)
Provides-Extra: tests
Requires-Dist: tox (>=1.7.1,<1.8); extra == 'tests'
Requires-Dist: py (>=1.4.20,<1.5); extra == 'tests'
Requires-Dist: pyflakes (>=0.8.1,<0.9); extra == 'tests'
Requires-Dist: coverage (>=3.7.1,<3.8); extra == 'tests'
Requires-Dist: pytest (>=2.5.2,<2.6); extra == 'tests'
Requires-Dist: pytest-cache (>=1.0,<2.0); extra == 'tests'
Requires-Dist: pytest-cov (>=1.6,<1.7); extra == 'tests'
Requires-Dist: pytest-flakes (>=0.2,<1.0); extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0.5,<1.1); extra == 'tests'
Requires-Dist: pytest-django (>=2.6.1,<2.7); extra == 'tests'
Requires-Dist: python-coveralls (>=2.4.2,<2.5); extra == 'tests'
Requires-Dist: coverage (>=3.7.1,<3.8); extra == 'tests'
Requires-Dist: pep8 (>=1.4.6,<1.5); extra == 'tests'
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: mysql
Requires-Dist: PyMySQL; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: psycopg2; extra == 'postgresql'

pytest-django-casperjs
======================

.. image:: https://pypip.in/v/pytest-django-casperjs/badge.png
    :target: https://pypi.python.org/pypi/pytest-django-casperjs
    :alt: Latest PyPI version

.. image:: https://travis-ci.org/EnTeQuAk/pytest-django-casperjs.png
   :target: https://travis-ci.org/EnTeQuAk/pytest-django-casperjs
   :alt: Latest Travis CI build status

Integrate CasperJS with your django tests as a pytest fixture.

.. figure:: https://pytest-django-casperjs.readthedocs.org/en/latest/_static/logo.jpg
   :align: right
   :target: http://thenounproject.com/term/ghost/52929/


Authors
-------

`pytest-django-casperjs` was written by `Christopher Grebs <cg@webshox.org>`_.


Resources
---------

* `Documentation <http://pytest-django-casperjs.readthedocs.org/>`_
* `Bug Tracker <https://github.com/EnTeQuAk/pytest-django-casperjs/issues>`_
* `Code <https://github.com/EnTeQuAk/pytest-django-casperjs>`_


Changelog
==========

0.1.0
-----

* First public release.


