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

Method does_not_apply_to_timeout_errors

tests/runners.py:188–192  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

186 assert False, "Did not raise Failure for WatcherError!"
187
188 def does_not_apply_to_timeout_errors(self):
189 with raises(CommandTimedOut):
190 self._runner(klass=_TimingOutRunner).run(
191 _, timeout=1, warn=True
192 )
193
194 class hide:
195 @trap

Callers

nothing calls this directly

Calls 2

runMethod · 0.45
_runnerMethod · 0.45

Tested by

no test coverage detected