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

Class SettingsOverrideMixin

tests/test_admin_security.py:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19class SettingsOverrideMixin:
20 def setUp(self):
21 self._original_user_config = dict(settings.user_config)
22
23 def tearDown(self):
24 settings.user_config = self._original_user_config
25
26
27class SecurityConfigTests(unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected