[ 原始碼: 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