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

Method splits_a_string

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

Source from the content-addressed store, hash-verified

122 p.print_version.assert_called()
123
124 def splits_a_string(self):
125 p = Program()
126 p.print_version = Mock()
127 p.run("inv --version", exit=False)
128 p.print_version.assert_called()
129
130 class name:
131 def defaults_to_capitalized_binary_when_None(self):

Callers

nothing calls this directly

Calls 2

runMethod · 0.95
ProgramClass · 0.90

Tested by

no test coverage detected