MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / SettingsOverrideMixin

Class SettingsOverrideMixin

tests/test_issue_464_admin_file_list.py:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class SettingsOverrideMixin:
10 def setUp(self):
11 self._original_user_config = dict(settings.user_config)
12
13 def tearDown(self):
14 settings.user_config = self._original_user_config
15
16
17class FakeFileCode:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected