MCPcopy Create free account
hub / github.com/tiny-pilot/tinypilot / tearDown

Method tearDown

app/update/settings_test.py:27–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25 path_patch.start()
26
27 def tearDown(self):
28 self.mock_settings_dir.cleanup()
29
30 def make_mock_settings_file(self, contents):
31 with open(self.settings_file_path, 'w', encoding='utf-8') as mock_file:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected