.gitignore
.pre-commit-config.yaml
LICENSE
README.md
py.typed
pytest_idempotent.py
setup.cfg
setup.py
.github/codecov.yml
.github/workflows/test.yml
pytest_idempotent.egg-info/PKG-INFO
pytest_idempotent.egg-info/SOURCES.txt
pytest_idempotent.egg-info/dependency_links.txt
pytest_idempotent.egg-info/entry_points.txt
pytest_idempotent.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/plugin_test.py
tests/test_files/__init__.py
tests/test_files/test_config.py
tests/test_files/test_correct.py
tests/test_files/test_error.py
tests/test_files/src/__init__.py
tests/test_files/src/decorator.py