Metadata-Version: 2.4
Name: pytest-libfaketime
Version: 1.0.0
Summary: A python-libfaketime plugin for pytest
Keywords: libfaketime,unit tests,mock
Author: Yaal Coop
Author-email: Yaal Coop <contact@yaal.coop>
License-Expression: MIT
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Framework :: Pytest
Requires-Dist: pytest>=3.0.0
Requires-Dist: libfaketime>=2.1.0
Requires-Python: >=3.10
Project-URL: Repository, https://github.com/pytest-dev/pytest-libfaketime
Description-Content-Type: text/markdown

# pytest-libfaketime [![Latest Version](https://img.shields.io/pypi/v/pytest-libfaketime.svg)](https://pypi.python.org/pypi/pytest-libfaketime)
[python-libfaketime](https://github.com/simon-weber/python-libfaketime) plugin for pytest, with support for [pytest-xdist](https://github.com/pytest-dev/pytest-xdist).

# Installation

```pip install pytest-libfaketime```

# Tests

Run the test suite against the current interpreter with
[uv](https://docs.astral.sh/uv/):

```uv run pytest```

Run it against every supported Python version with
[tox](https://tox.wiki), which needs the
[tox-uv](https://github.com/tox-dev/tox-uv) plugin:

```uv run tox```
