.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
.github/workflows/test.yml
.vscode/extensions.json
.vscode/settings.json
docs/index.md
src/pytest_mark_count/__init__.py
src/pytest_mark_count/plugin.py
src/pytest_mark_count/py.typed
src/pytest_mark_count/version.py
src/pytest_mark_count.egg-info/PKG-INFO
src/pytest_mark_count.egg-info/SOURCES.txt
src/pytest_mark_count.egg-info/dependency_links.txt
src/pytest_mark_count.egg-info/entry_points.txt
src/pytest_mark_count.egg-info/requires.txt
src/pytest_mark_count.egg-info/top_level.txt
test_examples/pyproject.toml
test_examples/test_multi.py
test_examples/test_single.py
tests/conftest.py
tests/py.typed
tests/test_mark_count.py