.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
pytest.ini
tox.ini
.github/dependabot.yml
.github/workflows/release.yml
.github/workflows/test.yml
src/pytest_data_loader/__init__.py
src/pytest_data_loader/compat.py
src/pytest_data_loader/constants.py
src/pytest_data_loader/plugin.py
src/pytest_data_loader/py.typed
src/pytest_data_loader/types.py
src/pytest_data_loader/utils.py
src/pytest_data_loader.egg-info/PKG-INFO
src/pytest_data_loader.egg-info/SOURCES.txt
src/pytest_data_loader.egg-info/dependency_links.txt
src/pytest_data_loader.egg-info/entry_points.txt
src/pytest_data_loader.egg-info/requires.txt
src/pytest_data_loader.egg-info/top_level.txt
src/pytest_data_loader/loaders/__init__.py
src/pytest_data_loader/loaders/impl.py
src/pytest_data_loader/loaders/loaders.py
src/pytest_data_loader/loaders/reader.py
tests/__init__.py
tests/conftest.py
tests/data/dir/.hidden_file
tests/data/dir/0.txt
tests/data/dir/1.txt
tests/data/dir/2.txt
tests/data/dir/dir_inner/.inner_hidden_file
tests/data/dir/dir_inner/3.txt
tests/data/dir/dir_inner/4.txt
tests/data/dir/dir_inner/5.txt
tests/data/empty/.gitkeep
tests/data/files/csv/comma.csv
tests/data/files/csv/semicolon.csv
tests/data/files/ini/ini.ini
tests/data/files/json/array.json
tests/data/files/json/object.json
tests/data/files/json/object_nested.json
tests/data/files/json/scalar.json
tests/data/files/jsonl/data.jsonl
tests/data/files/jsonl/data2.jsonl
tests/data/files/pdf/pdf.pdf
tests/data/files/text/text.txt
tests/data/files/toml/toml.toml
tests/data/files/xml/xml1.0.xml
tests/data/files/xml/xml1.1.xml
tests/data/files/yaml/yaml.yml
tests/data/files/yaml/yaml_documents.yml
tests/data/images/image.gif
tests/data/images/image.jpg
tests/data/images/image.png
tests/data/symlinks/symlink.txt
tests/data/symlinks/circular/dir/symlink
tests/data/symlinks/dir/symlink
tests/tests_loader/__init__.py
tests/tests_loader/helper.py
tests/tests_loader/test_load_file.py
tests/tests_loader/test_parametrize_dir.py
tests/tests_loader/test_parametrize_file.py
tests/tests_loader/tests_reader/__init__.py
tests/tests_loader/tests_reader/test_csv_reader.py
tests/tests_loader/tests_reader/test_csv_reader_pandas.py
tests/tests_loader/tests_reader/test_ini_reader.py
tests/tests_loader/tests_reader/test_jsonl_reader.py
tests/tests_loader/tests_reader/test_pdf_reader.py
tests/tests_loader/tests_reader/test_reader_registration.py
tests/tests_loader/tests_reader/test_text_reader.py
tests/tests_loader/tests_reader/test_toml_reader.py
tests/tests_loader/tests_reader/test_xml_reader.py
tests/tests_loader/tests_reader/test_yaml_reader.py
tests/tests_plugin/__init__.py
tests/tests_plugin/conftest.py
tests/tests_plugin/helper.py
tests/tests_plugin/test_cache_cleanup.py
tests/tests_plugin/test_file_reader_registration.py
tests/tests_plugin/test_ini_options.py
tests/tests_plugin/test_lazy_loading.py
tests/tests_plugin/test_loader_args.py
tests/tests_plugin/test_loader_data_path.py
tests/tests_plugin/test_loader_func_call_error.py
tests/tests_plugin/test_loader_func_validation.py
tests/tests_plugin/test_loader_stacking.py
tests/tests_plugin/test_multi_paths.py
tests/tests_plugin/test_param_id.py
tests/unit/__init__.py
tests/unit/test_data_loader_registration.py
tests/unit/test_data_loader_setup.py
tests/unit/test_directory_loader.py
tests/unit/test_file_loader.py
tests/unit/test_path_resolver.py
tests/unit/data/dir
tests/unit/data/files/text/text.txt