LICENSE.MIT
MANIFEST.in
README.rst
mypy.ini
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/tests-in-centos.yml
.github/workflows/tests.yml
pkg/package.spec.in
src/data_from_files/__init__.py
src/data_from_files/constants.py
src/data_from_files/datatypes.py
src/data_from_files/fixtures.py
src/data_from_files/hooks.py
src/data_from_files/loader.py
src/data_from_files/modinfo.py
src/pytest_data_from_files.egg-info/PKG-INFO
src/pytest_data_from_files.egg-info/SOURCES.txt
src/pytest_data_from_files.egg-info/dependency_links.txt
src/pytest_data_from_files.egg-info/entry_points.txt
src/pytest_data_from_files.egg-info/requires.txt
src/pytest_data_from_files.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/constants.py
tests/requirements.txt
tests/requirements_type-check.txt
tests/test_loader.py
tests/test_modinfo.py
tests/test_plugin.py
tests/test_plugin_no_data.py
tests/test_utils.py
tests/utils.py
tests/data/README.rst
tests/data/10/environ/00.json
tests/data/10/environ/10.json
tests/data/10/environ/20.json
tests/data/10/expected/00.json
tests/data/10/expected/10.json
tests/data/10/expected/20.json
tests/data/10/input/00.json
tests/data/10/input/10.json
tests/data/10/input/20.json
tests/data/20/expected/00.json
tests/data/20/input/00.py
tests/data/30/expected/00.json
tests/data/30/input/00.py
tests/data/40/expected/00.json
tests/data/40/expected/10.json
tests/data/40/input/00.txt
tests/data/40/input/10.txt
tests/data/foo/bar/10/expected.json
tests/data/foo/bar/10/input.py
tests/data/modinfo/10
tests/data/modinfo/placeholder.txt
tests/data/modinfo/10/environ/00.json
tests/data/modinfo/10/environ/10.json
tests/data/modinfo/10/environ/20.json
tests/data/modinfo/10/expected/00.json
tests/data/modinfo/10/expected/10.json
tests/data/modinfo/10/expected/20.json
tests/data/modinfo/10/input/00.json
tests/data/modinfo/10/input/10.json
tests/data/modinfo/10/input/20.json
tests/data/plugin/20
tests/data/plugin/20/expected/00.json
tests/data/plugin/20/input/00.py
tests/data/plugin_no_data/placeholder_txt
tests/foo/__init__.py
tests/foo/test_bar.py