.flake8
.gitignore
.pre-commit-config.yaml
AUTHORS
CHANGELOG.rst
LICENSE
README.md
RELEASING.rst
pyproject.toml
setup.py
tox.ini
.github/workflows/deploy.yml
.github/workflows/test.yml
src/pytest_datadir/__init__.py
src/pytest_datadir/_version.py
src/pytest_datadir/plugin.py
src/pytest_datadir/py.typed
src/pytest_datadir.egg-info/PKG-INFO
src/pytest_datadir.egg-info/SOURCES.txt
src/pytest_datadir.egg-info/dependency_links.txt
src/pytest_datadir.egg-info/entry_points.txt
src/pytest_datadir.egg-info/requires.txt
src/pytest_datadir.egg-info/top_level.txt
tests/test_hello.py
tests/test_nonexistent.py
tests/test_pathlib.py
tests/data/over.txt
tests/data/spam.txt
tests/data/shared_directory/file.txt
tests/test_hello/hello.txt
tests/test_hello/over.txt
tests/test_hello/local_directory/file.txt