[ ソース: fakesleep ]
パッケージ: python3-fakesleep (0.1-2)
python3-fakesleep に関するリンク
Debian の資源:
fakesleep ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Fake version of time.sleep() for use in tests
The fakesleep module helps testing code that use `time.sleep()`. Sleeping in tests is generally considered bad (as it makes tests run slow). Using sleep with `time.time()` can lead to spurious failures, as clock precision / interpreter overhead can cause small differences in reported times.
This package provides the Python 3.x module.
その他の python3-fakesleep 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)