套件:python3-pytest-freezer(0.4.9-1)
python3-pytest-freezer 的相關連結
Debian 的資源:
下載原始碼套件 pytest-freezer:
- [pytest-freezer_0.4.9-1.dsc]
- [pytest-freezer_0.4.9.orig.tar.gz]
- [pytest-freezer_0.4.9-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Plugin providing a fixture interface for freezegun
This library provides a fixture interface for the freezegun library within Pytest. The fixture named 'freezer' allows time to be frozen during tests, ensuring that any timing-based functionality can be tested with precision. Instead of dealing with real-time changes, developers can control and assert time-dependent code paths effectively. The freezer fixture can manipulate time using specific methods, making it easier to test code that relies on temporal changes. This functionality is useful for testing applications where time- based computations and logic are critical, such as scheduling features, expiry mechanisms, and historical data retrieval.
其他與 python3-pytest-freezer 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-freezegun
- Python3 library to mock the datetime module in unit testing
-
- dep: python3-pytest
- Simple, powerful testing in Python3