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

Method honors_program_binary

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

Source from the content-addressed store, hash-verified

665 expect("-c decorators -h biz", out=expected)
666
667 def honors_program_binary(self):
668 stdout, _ = run(
669 "-c decorators -h biz", program=Program(binary="notinvoke")
670 )
671 assert "Usage: notinvoke" in stdout
672
673 def displays_docstrings_if_given(self):
674 expected = """

Callers

nothing calls this directly

Calls 2

runFunction · 0.90
ProgramClass · 0.90

Tested by

no test coverage detected