mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
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
7 lines
304 B
Text
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
|