.editorconfig
.gitignore
.pre-commit-config.yaml
COPYING
README.rst
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/renovate.json5
.github/workflows/release-drafter.yaml
.github/workflows/tests.yaml
pytester/__init__.py
pytester/test_instant_sleep.py
src/pytest_time/__init__.py
src/pytest_time/_version.py
src/pytest_time/fake_time.py
src/pytest_time/instant_sleep.py
src/pytest_time/mock_time.py
src/pytest_time/py.typed
src/pytest_time/real_time.py
src/pytest_time.egg-info/PKG-INFO
src/pytest_time.egg-info/SOURCES.txt
src/pytest_time.egg-info/dependency_links.txt
src/pytest_time.egg-info/entry_points.txt
src/pytest_time.egg-info/requires.txt
src/pytest_time.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_instant_sleep.py
tests/unit/__init__.py
tests/unit/test_fake_time.py
tests/unit/test_instant_sleep.py
tests/unit/test_mock_time.py