.gitignore
LICENSE
README.rst
mkdocs.yml
pyproject.toml
requirements.txt
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-custom-timeout/src/pytest_custom_timeout/__init__.py
src/pytest-custom-timeout/src/pytest_custom_timeout/plugin.py
src/pytest-custom-timeout/src/pytest_custom_timeout/py.typed
src/pytest-custom-timeout/src/pytest_custom_timeout/version.py
src/pytest-custom-timeout/tests/conftest.py
src/pytest-custom-timeout/tests/test_failure_demo.py
src/pytest-custom-timeout/tests/test_pytest_custom_timeout.py
src/pytest_custom_timeout/__init__.py
src/pytest_custom_timeout/plugin.py
src/pytest_custom_timeout/py.typed
src/pytest_custom_timeout/version.py
src/pytest_custom_timeout.egg-info/PKG-INFO
src/pytest_custom_timeout.egg-info/SOURCES.txt
src/pytest_custom_timeout.egg-info/dependency_links.txt
src/pytest_custom_timeout.egg-info/entry_points.txt
src/pytest_custom_timeout.egg-info/requires.txt
src/pytest_custom_timeout.egg-info/top_level.txt
tests/conftest.py
tests/test_failure_demo.py
tests/test_pytest_custom_timeout.py