.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.yamlfmt.yaml
.yamllint.yaml
COPYING
HACKING.rst
Makefile
README.rst
pyproject.toml
uv.lock
.github/release-drafter.yml
.github/renovate.json
.github/workflows/release-drafter.yaml
.github/workflows/release.yaml
.github/workflows/tests.yaml
docs/Makefile
docs/conf.py
docs/index.rst
docs/reference/index.rst
docs/reference/instant_sleep.rst
docs/reference/mock_time.rst
docs/reference/real_time.rst
pytester/__init__.py
pytester/test_instant_sleep.py
pytester/test_mock_instant_sleep.py
pytester/test_mock_time.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/py.typed
src/pytest_time/real_time.py
src/pytest_time/wrap_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_with_pytester.py
tests/unit/__init__.py
tests/unit/test_fake_time.py
tests/unit/test_instant_sleep.py
tests/unit/test_mock_time.py