MCPcopy Create free account
hub / github.com/pyinvoke/invoke / does_not_fire_when_command_quick

Method does_not_fire_when_command_quick

integration/runners.py:132–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130
131 class timeouts:
132 def does_not_fire_when_command_quick(self) -> None:
133 assert run("sleep 1", timeout=5)
134
135 def triggers_exception_when_command_slow(self) -> None:
136 before = time.time()

Callers

nothing calls this directly

Calls 1

runFunction · 0.90

Tested by

no test coverage detected