パッケージ: 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