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

Method benefits_from_binary_absolute_behavior

tests/program.py:134–140  ·  view source on GitHub ↗

benefits from binary()'s absolute path behavior

(self)

Source from the content-addressed store, hash-verified

132 expect("myapp --version", out="Myapp unknown\n", invoke=False)
133
134 def benefits_from_binary_absolute_behavior(self):
135 "benefits from binary()'s absolute path behavior"
136 expect(
137 "/usr/local/bin/myapp --version",
138 out="Myapp unknown\n",
139 invoke=False,
140 )
141
142 def uses_overridden_value_when_given(self):
143 p = Program(name="NotInvoke")

Callers

nothing calls this directly

Calls 1

expectFunction · 0.90

Tested by

no test coverage detected