MCPcopy
hub / github.com/StevenBlack/hosts / prompt_for_move

Method prompt_for_move

testUpdateHostsFile.py:422–423  ·  view source on GitHub ↗
(self, **move_params)

Source from the content-addressed store, hash-verified

420 self.final_file = "final.txt"
421
422 def prompt_for_move(self, **move_params):
423 return prompt_for_move(self.final_file, **move_params)
424
425 @mock.patch("updateHostsFile.move_hosts_file_into_place", return_value=0)
426 @mock.patch("updateHostsFile.query_yes_no", return_value=False)

Callers 5

testSkipStaticHostsMethod · 0.95
testPromptNoMoveMethod · 0.95
testPromptMoveMethod · 0.95

Calls 1

prompt_for_moveFunction · 0.90

Tested by

no test coverage detected