python3-fakesleep
Fake version of time.sleep() for use in tests
Description
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.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/wearpants/fakesleep
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-fakesleep