Pytest-fixture-order

Latest version: v0.1.4

Safety actively analyzes 621803 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.4

Fixed
- Resolve `scopenum_function` ImportErrors with pytest 7.x (see [GH2](https://github.com/theY4Kman/pytest-fixture-order/issues/2); thank you, [last-partizan](https://github.com/last-partizan)!)

0.1.3

Changed
- Add compatibility for pytest versions up to ~6.0.0
- Transferred ownership to theY4Kman

0.1.2

Changed
- The `order(index)`, `early`, and `late` markers are now explicitly registered, to avoid warnings from pytest.
- The `combined` attribute is used to extract marker args/kwargs, to avoid warnings from pytest.
- Compatibility with pytest ~5.0.0 and ~5.1.0 is now tested.

0.1.1

Fixed
- Included README in package, for display on PyPI

0.1.0

Added
- Introduced `pytest.mark.order(index)`, `pytest.mark.early` (where `index = -1`), and `pytest.mark.late` (where `index = 1`) fixture markers to influence fixture evaluation order.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.