Metadata-Version: 2.1
Name: pytest-fixture-order
Version: 0.1.3
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: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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.

