[ 源代码: freezegun ]
软件包:python3-freezegun(1.2.1+actually1.2.1-1)
python3-freezegun 的相关链接
Debian 的资源:
下载源码包 freezegun:
- [freezegun_1.2.1+actually1.2.1-1.dsc]
- [freezegun_1.2.1+actually1.2.1.orig.tar.gz]
- [freezegun_1.2.1+actually1.2.1-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
Python3 library to mock the datetime module in unit testing
FreezeGun allows easy mocking of the datetime module by freezing the return value of the methods datetime.datetime.now(), datetime.datetime.utcnow(), datetime.date.today(), and time.time() to a fixed point in time. Use it in unit testing to make the tests deterministic and time-independent.
其他与 python3-freezegun 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-dateutil
- powerful extensions to the standard Python 3 datetime module