.gitignore
LICENSE
README.rst
mkdocs.yml
pyproject.toml
requirements.txt
test_dist.sh
tox.ini
.github/RELEASING.md
.github/dependabot.yml
.github/workflows/dev.yml
.github/workflows/publish-to-test-pypi.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
docs/index.md
src/pytest_xml/__init__.py
src/pytest_xml/hooks.py
src/pytest_xml/plugin.py
src/pytest_xml/py.typed
src/pytest_xml/report_data.py
src/pytest_xml/util.py
src/pytest_xml/version.py
src/pytest_xml/xml_report.py
src/pytest_xml/xml_template.xml.jinja
src/pytest_xml.egg-info/PKG-INFO
src/pytest_xml.egg-info/SOURCES.txt
src/pytest_xml.egg-info/dependency_links.txt
src/pytest_xml.egg-info/entry_points.txt
src/pytest_xml.egg-info/requires.txt
src/pytest_xml.egg-info/top_level.txt
suites/it/linux/test_linux.py
suites/it/windows/test_windows.py
suites/vt/linux/test_v_linux.py
suites/vt/linux/test_v_linux_2.py
suites/vt/windows/test_v_windows.py
tests/conftest.py
tests/py.typed
tests/test_manual.py
tests/test_xml.py