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

Method may_specify_binary

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

Source from the content-addressed store, hash-verified

58 assert Program(name="Myapp").name == "Myapp"
59
60 def may_specify_binary(self):
61 assert Program(binary="myapp").binary == "myapp"
62
63 def loader_class_defaults_to_FilesystemLoader(self):
64 assert Program().loader_class is FilesystemLoader

Callers

nothing calls this directly

Calls 1

ProgramClass · 0.90

Tested by

no test coverage detected