MCPcopy Create free account
hub / github.com/pytest-dev/pytest / sleep

Function sleep

testing/plugins_integration/pytest_twisted_integration.py:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5def sleep():
6 import twisted.internet.reactor
7
8 return deferLater(clock=twisted.internet.reactor, delay=0)
9
10
11@pytest_twisted.inlineCallbacks

Callers 2

test_inlineCallbacksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected