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

Class SettingsOverrideMixin

tests/test_issue_476_theme_assets.py:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class SettingsOverrideMixin:
11 def setUp(self):
12 self._original_user_config = dict(settings.user_config)
13
14 def tearDown(self):
15 settings.user_config = self._original_user_config
16
17
18class ThemeAssetTests(SettingsOverrideMixin, unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected