Source: fakesleep Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Free Ekanayaka Build-Depends: debhelper (>= 9), dh-python, python-all, python3-all Standards-Version: 3.9.8 Homepage: http://github.com/wearpants/fakesleep Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/fakesleep.git Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/fakesleep.git Package: python-fakesleep Architecture: all Depends: ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Description: 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 2.x module. Package: python3-fakesleep Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Provides: ${python3:Provides} Description: 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.