(self)
| 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: |
nothing calls this directly
no outgoing calls
no test coverage detected