MCPcopy 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_sleepFunction · 0.80
test_sleepFunction · 0.80
test_sleepFunction · 0.80
test_errorMethod · 0.80
test_okMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected