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

Method may_specify_name

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

Source from the content-addressed store, hash-verified

55 assert Program(namespace=foo).namespace is foo
56
57 def may_specify_name(self):
58 assert Program(name="Myapp").name == "Myapp"
59
60 def may_specify_binary(self):
61 assert Program(binary="myapp").binary == "myapp"

Callers

nothing calls this directly

Calls 1

ProgramClass · 0.90

Tested by

no test coverage detected