ports/devel/py-pytest-lazy-fixtures/pkg-descr
Po-Chuan Hsieh 69a9af63e5
devel/py-pytest-lazy-fixtures: Add py-pytest-lazy-fixtures 1.0.5
pytest-lazy-fixtures allows you to use fixtures in @pytest.mark.parametrize.

This project was inspired by pytest-lazy-fixture. Improvements that have been
made in this project:
- You can use fixtures in any data structures
- You can access the attributes of fixtures
- You can use functions in fixtures
2024-03-09 22:05:15 +08:00

7 lines
304 B
Text

pytest-lazy-fixtures allows you to use fixtures in @pytest.mark.parametrize.
This project was inspired by pytest-lazy-fixture. Improvements that have been
made in this project:
- You can use fixtures in any data structures
- You can access the attributes of fixtures
- You can use functions in fixtures