.gitignore
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/on_push_default_branch.yml
.github/workflows/release.yml
examples/gfm_report.md
examples/pyproject.toml
examples/report.md
examples/test_error.py
examples/test_failed.py
examples/test_pass.py
examples/test_skipped.py
examples/test_xfailed.py
examples/test_xpassed.py
pytest_md_report/__init__.py
pytest_md_report/__version__.py
pytest_md_report/_const.py
pytest_md_report/_style_filter.py
pytest_md_report/plugin.py
pytest_md_report/py.typed
pytest_md_report.egg-info/PKG-INFO
pytest_md_report.egg-info/SOURCES.txt
pytest_md_report.egg-info/dependency_links.txt
pytest_md_report.egg-info/entry_points.txt
pytest_md_report.egg-info/not-zip-safe
pytest_md_report.egg-info/requires.txt
pytest_md_report.egg-info/top_level.txt
requirements/requirements.txt
requirements/test_requirements.txt
ss/md-report_exclude_outcomes_verbose_output.png
ss/md-report_gha.png
ss/md-report_job-summary_full.png
ss/pytest_md_report_example.png
ss/pytest_md_report_example_verbose.png
tests/conftest.py
tests/test_option.py
tests/test_plugin.py