Metadata-Version: 2.0
Name: pytest-django-haystack
Version: 0.1.1
Summary: Cleanup your Haystack indexes between tests
Home-page: http://github.com/rouge8/pytest-django-haystack
Author: Andy Freeland
Author-email: andy@andyfreeland.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Requires-Dist: pytest (>=2.3.4)
Requires-Dist: pytest-django (>=2.3)

pytest-django-haystack
======================

pytest-django-haystack is a plugin for `pytest <http://pytest.org/>`_ and `pytest-django <http://pytest-django.readthedocs.org/en/latest/>`_ that rebuilds the Haystack index before every test and clears it again after.

Quick start
===========

1. ``pip install pytest-django-haystack``
2. Mark tests with the ``pytest.mark.haystack`` marker.


