.gitattributes
.gitignore
LICENSE
MANIFEST.in
README.rst
requirements.txt
screenshot.png
setup.py
tox.ini
.github/workflows/pythonpackage.yml
.github/workflows/pythonpublish.yml
pytest_reporter_html1/__init__.py
pytest_reporter_html1/plugin.py
pytest_reporter_html1.egg-info/PKG-INFO
pytest_reporter_html1.egg-info/SOURCES.txt
pytest_reporter_html1.egg-info/dependency_links.txt
pytest_reporter_html1.egg-info/entry_points.txt
pytest_reporter_html1.egg-info/requires.txt
pytest_reporter_html1.egg-info/top_level.txt
pytest_reporter_html1/templates/html1/base.html
pytest_reporter_html1/templates/html1/chart.svg
pytest_reporter_html1/templates/html1/index.html
pytest_reporter_html1/templates/html1/module.html
pytest_reporter_html1/templates/html1/style.css
pytest_reporter_html1/templates/html1/icons/arrow.svg
tests/pytest.ini
tests/test_samples.py
tests/report/.gitignore
tests/samples/sample_capturing.py
tests/samples/sample_outcomes.py
tests/samples/sample_reruns.py
tests/samples/sample_test_info.py