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

Method uses_a_list_unaltered

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

Source from the content-addressed store, hash-verified

116 p.print_version.assert_called()
117
118 def uses_a_list_unaltered(self):
119 p = Program()
120 p.print_version = Mock()
121 p.run(["inv", "--version"], exit=False)
122 p.print_version.assert_called()
123
124 def splits_a_string(self):
125 p = Program()

Callers

nothing calls this directly

Calls 2

runMethod · 0.95
ProgramClass · 0.90

Tested by

no test coverage detected