A utility to collect pytest fixture file paths.
Project description
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)
Project details
Release history Release notifications | RSS feed
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.0.tar.gz.
File metadata
- Download URL: pytest_fixture_collect-1.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5672577cff895d05e7ff163d2294e11e0a100eb9b254b467a0c01835168e0097
|
|
| MD5 |
fe9f17c886083f340c26f7a1b1b63ff0
|
|
| BLAKE2b-256 |
641917463db64d80fe8a28cfe36efb40640fae33e6436a4ecfe04d7228e045d5
|