.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
README.rst
RELEASING.rst
pyproject.toml
pytest.ini
setup.cfg
tox.ini
.github/dependabot.yml
.github/workflows/deploy.yml
.github/workflows/test.yml
src/pytest_subtests/__init__.py
src/pytest_subtests/plugin.py
src/pytest_subtests/py.typed
src/pytest_subtests.egg-info/PKG-INFO
src/pytest_subtests.egg-info/SOURCES.txt
src/pytest_subtests.egg-info/dependency_links.txt
src/pytest_subtests.egg-info/entry_points.txt
src/pytest_subtests.egg-info/requires.txt
src/pytest_subtests.egg-info/top_level.txt
tests/conftest.py
tests/test_subtests.py