MCPcopy Index your code
hub / github.com/pyinvoke/invoke / uses_overridden_value_when_given

Method uses_overridden_value_when_given

tests/program.py:142–144  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140 )
141
142 def uses_overridden_value_when_given(self):
143 p = Program(name="NotInvoke")
144 expect("--version", out="NotInvoke unknown\n", program=p)
145
146 class binary:
147 def defaults_to_argv_when_None(self):

Callers

nothing calls this directly

Calls 2

ProgramClass · 0.90
expectFunction · 0.90

Tested by

no test coverage detected