[ bianca ]
[ 源代码: fakesleep ]
软件包:python3-fakesleep(0.1-5)
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.
其他与 python3-fakesleep 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)