The highest tagged major version is
v4.
package
Version:
v3.4.0
Opens a new window with list of versions in this module.
Published: Apr 6, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
FakeTime holds the global fake time.
Now returns the global fake time.
Sleep adds the given duration to the global fake time.
RealTime is a wrapper for actual time functions.
Now simply calls time.Now()
Sleep simply calls time.Sleep(d), using the given duration.
Time groups the functions mocked by FakeTime.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.