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

Class SettingsOverrideMixin

tests/test_issue_461_s3_addressing.py:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7class SettingsOverrideMixin:
8 def setUp(self):
9 self._original_user_config = dict(settings.user_config)
10
11 def tearDown(self):
12 settings.user_config = self._original_user_config
13
14
15class S3StorageConfigTests(SettingsOverrideMixin, unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected