Pytest Fixture Collect
A utility to collect pytest fixture file paths.
# conftest.py
from pathlib import Path
from pytest_fixture_collect import collect_fixture_file_paths
root_dir = ... # absolute path of project root
fixture_dir = ROOT_DIR / ... # absolute path of fixture directory
pytest_plugins = collect_fixture_file_paths(root_dir, fixture_dir)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pytest_fixture_collect-1.0.1.tar.gz.
File metadata
- Download URL: pytest_fixture_collect-1.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
296c6e2738a1f52235aa8a55ffe13a06acaef6daf96f404a9ad3d7f979ab3d20
|
|
| MD5 |
5d19ccff7061a7c784539f29cba1f42c
|
|
| BLAKE2b-256 |
18f5e5b772148fd8706eaa2eb20c2089333053cb5ff6501e42eba38a10551aae
|