Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ sleep
Method
sleep
testing/conftest.py:201–202 ·
view source on GitHub ↗
(self, seconds)
Source
from the content-addressed store, hash-verified
199
_current_time = attr.ib(default=1590150050.0)
200
201
def
sleep(self, seconds):
202
self._current_time += seconds
203
204
def
time(self):
205
return
self._current_time
Callers
5
test_sleep
Function · 0.80
test_sleep
Function · 0.80
test_sleep
Function · 0.80
test_error
Method · 0.80
test_ok
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected