Metadata-Version: 2.1
Name: pytest-exact-fixtures
Version: 0.3
Summary: Parse queries in Lucene and Elasticsearch syntaxes
Home-page: http://github.com/lrowe/pytest_exact_fixtures
Author: Laurence Rowe
Author-email: laurence@lrowe.co.uk
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pytest (>=3.3.0)

=====================
pytest_exact_fixtures
=====================

Proactively tear-down session and module fixtures so that only those fixtures requested by the current test are active.
This is useful when multiple fixtures modify the same module global.
The behaviour is similar to that of zope.testrunner layers_.

.. _layers: https://pypi.python.org/pypi/zope.testrunner#layers


Changes
=======

0.3 (2019-02-04)
----------------

* Fix incompatibility with unittest tests


0.2 (2019-01-31)
----------------

* Update to work with pytest 3.3+


0.1 (2016-03-03)
----------------

* Initial release


