Metadata-Version: 2.1
Name: pytest-fixture-order
Version: 0.1.4
Summary: pytest plugin to control fixture evaluation order
Home-page: https://github.com/theY4Kman/pytest-fixture-order
License: MIT
Keywords: pytest
Author: Zach "theY4Kman" Kanzler
Author-email: they4kman@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Testing
Requires-Dist: pytest (>=3.0)
Project-URL: Repository, https://github.com/theY4Kman/pytest-fixture-order
Description-Content-Type: text/markdown

# pytest-fixture-order
Use markers to control the order in which fixtures are evaluated.

