.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/index.html
pytest_reporter_html1/templates/html1/module.html
pytest_reporter_html1/templates/html1/normalize.css
pytest_reporter_html1/templates/html1/style.css
pytest_reporter_html1/templates/html1/test.html
pytest_reporter_html1/templates/html1/icons/arrow.svg
pytest_reporter_html1/templates/html1/icons/nok.svg
pytest_reporter_html1/templates/html1/icons/ok.svg
pytest_reporter_html1/templates/html1/icons/skip.svg
tests/pytest.ini
tests/test_samples.py
tests/report/.gitignore
tests/samples/conftest.py
tests/samples/sample_capturing.py
tests/samples/sample_class.py
tests/samples/sample_extra.py
tests/samples/sample_outcomes.py
tests/samples/sample_reruns.py
tests/samples/sample_test_info.py
tests/samples/sample_unittest.py