Access to the real time moduleΒΆ

The pytest_time.real_time module in contains references to the real implementations of everything in the built-in time module. If your tests need to reference the real time module, they can do so with from pytest_time import real_time.