
freezegun 1.5.5
0
Let your Python tests travel through time
Contents
Let your Python tests travel through time
Stars: 4492, Watchers: 4492, Forks: 291, Open Issues: 149The spulec/freezegun repo was created 13 years ago and the last code push was 6 months ago.
The project is very popular with an impressive 4492 github stars!
How to Install freezegun
You can install freezegun using pip
pip install freezegun
or add it to a project with poetry
poetry add freezegun
Package Details
- Author
- Steve Pulec
- License
- Apache-2.0
- Homepage
- https://github.com/spulec/freezegun
- PyPi:
- https://pypi.org/project/freezegun/
- Documentation:
- https://github.com/spulec/freezegun/blob/master/README.rst
- GitHub Repo:
- https://github.com/spulec/freezegun
Classifiers
Related Packages
Errors
A list of common freezegun errors.
Code Examples
Here are some freezegun code examples and snippets.
GitHub Issues
The freezegun package has 149 open issues on GitHub
- Set uuid._last_timestamp_v7=None to reset uiud7() when enter/exit context
- Add basic fold support
pythonfix