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

Method defaults_to_capitalized_binary_when_None

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

Source from the content-addressed store, hash-verified

129
130 class name:
131 def defaults_to_capitalized_binary_when_None(self):
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"

Callers

nothing calls this directly

Calls 1

expectFunction · 0.90

Tested by

no test coverage detected