.gitignore
.mega-linter.yaml
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
codecov.yml
pyproject.toml
tox.ini
uv.lock
.github/workflows/ci-mega-linter.yml
.github/workflows/ci-tests-drafts.yaml
.github/workflows/ci-tests.yaml
.github/workflows/publish-pypi.yaml
docs/Makefile
docs/make.bat
docs/source/acknowlegements.rst
docs/source/ci_cd.rst
docs/source/conf.py
docs/source/configuration.rst
docs/source/custom_flakefighters.rst
docs/source/glossary.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/reports.rst
docs/source/requirements.txt
docs/source/_static/css/custom.css
docs/source/_static/images/favicon.png
docs/source/_static/images/html_summary.png
docs/source/_static/images/logo.png
docs/source/dev/actions_and_webhooks.rst
docs/source/dev/documentation.rst
docs/source/dev/version_release.rst
src/_version.py
src/pytest_flakefighters/__init__.py
src/pytest_flakefighters/config.py
src/pytest_flakefighters/database_management.py
src/pytest_flakefighters/function_coverage.py
src/pytest_flakefighters/main.py
src/pytest_flakefighters/plugin.py
src/pytest_flakefighters/rerun_strategies.py
src/pytest_flakefighters/sffl.py
src/pytest_flakefighters.egg-info/PKG-INFO
src/pytest_flakefighters.egg-info/SOURCES.txt
src/pytest_flakefighters.egg-info/dependency_links.txt
src/pytest_flakefighters.egg-info/entry_points.txt
src/pytest_flakefighters.egg-info/requires.txt
src/pytest_flakefighters.egg-info/scm_file_list.json
src/pytest_flakefighters.egg-info/scm_version.json
src/pytest_flakefighters.egg-info/top_level.txt
src/pytest_flakefighters/flakefighters/__init__.py
src/pytest_flakefighters/flakefighters/abstract_flakefighter.py
src/pytest_flakefighters/flakefighters/coverage_independence.py
src/pytest_flakefighters/flakefighters/diff_cov.py
src/pytest_flakefighters/flakefighters/traceback_matching.py
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_database_management.py
tests/test_end_2_end.py
tests/test_function_coverage.py
tests/test_rerun_strategies.py
tests/test_sffl.py
tests/flakefighters/test_coverage_independence.py
tests/flakefighters/test_diff_cov.py
tests/flakefighters/test_traceback_matching.py
tests/resources/diff_cov_broken.py
tests/resources/diff_cov_example.py
tests/resources/flaky_reruns.py
tests/resources/gatorgrade.py
tests/resources/pass_fail_flaky.py
tests/resources/sffl_example.py
tests/resources/test_sffl_example.py
tests/resources/triangle.py
tests/resources/expected_sffl_results/barinel_source.csv
tests/resources/expected_sffl_results/barinel_test.csv
tests/resources/expected_sffl_results/dstar_source.csv
tests/resources/expected_sffl_results/dstar_test.csv
tests/resources/expected_sffl_results/ochiai_source.csv
tests/resources/expected_sffl_results/ochiai_test.csv
tests/resources/expected_sffl_results/op2_source.csv
tests/resources/expected_sffl_results/op2_test.csv
tests/resources/expected_sffl_results/tarantula_source.csv
tests/resources/expected_sffl_results/tarantula_test.csv