.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
NOTICE
README.rst
mpi_runner.sh
pylintrc
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/tests.yml
LICENSES/headers/apache.txt
doc/api.rst
doc/changelog.rst
doc/conf.py
doc/fixtures.rst
doc/how-to-use.rst
doc/index.rst
doc/post-processing.rst
doc/requirements.txt
doc/test-case.rst
doc/test_executable.rst
doc/usage.rst
report-conf/conf.py
report-conf/generate_report.py
report-conf/index_template.rst
src/pytest_executable/__init__.py
src/pytest_executable/file_tools.py
src/pytest_executable/plugin.py
src/pytest_executable/report-db-schema.yaml
src/pytest_executable/report.py
src/pytest_executable/script_runner.py
src/pytest_executable/settings.py
src/pytest_executable/test-settings-schema.yaml
src/pytest_executable/test-settings.yaml
src/pytest_executable/test_executable.py
src/pytest_executable/yaml_helper.py
src/pytest_executable.egg-info/PKG-INFO
src/pytest_executable.egg-info/SOURCES.txt
src/pytest_executable.egg-info/dependency_links.txt
src/pytest_executable.egg-info/entry_points.txt
src/pytest_executable.egg-info/requires.txt
src/pytest_executable.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_file_tools.py
tests/test_report.py
tests/test_script_runner.py
tests/test_settings.py
tests/data/collect_order/test_a.py
tests/data/collect_order/b/test-settings.yaml
tests/data/collect_order/b/a/test_aaa.py
tests/data/collect_order/z/test-settings.yaml
tests/data/collect_order/z/test_aa.py
tests/data/find_references/ref-dir/0/1.prf
tests/data/find_references/ref-dir/0/dir/2.prf
tests/data/find_references/test-dir/0/dummy-file-for-git-to-store-the-directory-tree
tests/data/report/report_db.yaml
tests/data/runners/error.sh
tests/data/runners/nproc.sh
tests/data/runners/timeout.sh
tests/data/shallow_dir_copy/dst_dir/file
tests/data/shallow_dir_copy/dst_dir/dir/file
tests/data/shallow_dir_copy/src_dir/file
tests/data/shallow_dir_copy/src_dir/file-to-ignore
tests/data/shallow_dir_copy/src_dir/dir/file
tests/data/test___init__/tests-inputs/case1/test-settings.yaml
tests/data/test___init__/tests-inputs/case1/test_dummy.py
tests/data/test___init__/tests-inputs/case2/test-settings.yaml
tests/data/test___init__/tests-inputs/case2/test_dummy.py
tests/data/test_cli_check/dummy-file-for-git-to-store-the-directory-tree
tests/data/test_marks_from_yaml/tests-inputs/test-settings.yaml
tests/data/test_marks_from_yaml/tests-inputs/test_dummy.py
tests/data/test_marks_from_yaml/tests-inputs/a/__init__.py
tests/data/test_marks_from_yaml/tests-inputs/a/test_dummy.py
tests/data/test_output_dir_fixture/tests-inputs/case/test-settings.yaml
tests/data/test_output_dir_fixture/tests-output/case/dummy-file-for-git-to-store-the-directory-tree
tests/data/test_regression_file_path_fixture/references/case/0.xmf
tests/data/test_regression_file_path_fixture/references/case/1.xmf
tests/data/test_regression_file_path_fixture/tests-inputs/case/test-settings.yaml
tests/data/test_regression_file_path_fixture/tests-inputs/case/test_fixture.py
tests/data/test_regression_file_path_fixture/tests-inputs/case-no-references/test-settings.yaml
tests/data/test_regression_path_fixture/references/case/dummy-file-for-git-to-store-the-directory-tree
tests/data/test_regression_path_fixture/tests-inputs/case/test-settings.yaml
tests/data/test_regression_path_fixture/tests-inputs/case/test_fixture.py
tests/data/test_report/report/generator-ko.sh
tests/data/test_report/report/generator.sh
tests/data/test_report/tests-inputs/case/description.rst
tests/data/test_report/tests-inputs/case/test-settings.yaml
tests/data/test_report/tests-inputs/empty-case/dummy-file-for-git-to-store-the-directory-tree
tests/data/test_runner_fixture/runner.sh
tests/data/test_runner_fixture/settings.yaml
tests/data/test_runner_fixture/tests-inputs/case-global-settings/test-settings.yaml
tests/data/test_runner_fixture/tests-inputs/case-local-settings/test-settings.yaml
tests/data/test_tolerances_fixture/tests-inputs/case/test-settings.yaml
tests/data/test_tolerances_fixture/tests-inputs/case/test_fixture.py
tests/test_plugin/__init__.py
tests/test_plugin/test_fixtures.py
tests/test_plugin/test_misc.py
tests/test_plugin/test_report.py