LICENSE
README.md
pyproject.toml
src/flakedoctor/__init__.py
src/flakedoctor/_axes.py
src/flakedoctor/_cli.py
src/flakedoctor/_diagnose.py
src/flakedoctor/_fingerprint.py
src/flakedoctor/_interleave.py
src/flakedoctor/_plugin.py
src/flakedoctor/_probe.py
src/flakedoctor/_report.py
src/flakedoctor/_repro.py
src/flakedoctor/_runner.py
src/flakedoctor/_stats.py
src/flakedoctor/py.typed
src/pytest_flakedoctor.egg-info/PKG-INFO
src/pytest_flakedoctor.egg-info/SOURCES.txt
src/pytest_flakedoctor.egg-info/dependency_links.txt
src/pytest_flakedoctor.egg-info/entry_points.txt
src/pytest_flakedoctor.egg-info/requires.txt
src/pytest_flakedoctor.egg-info/top_level.txt
tests/test_diagnose.py
tests/test_e2e.py
tests/test_e2e_axes.py
tests/test_e2e_interleave.py
tests/test_e2e_order.py
tests/test_fingerprint.py
tests/test_marker.py
tests/test_plugin_integration.py
tests/test_repro.py
tests/test_runner.py
tests/test_stats.py