MCPcopy Create free account
hub / github.com/EasyIME/PIME / setUp

Method setUp

python/python3/tornado/test/util_test.py:92–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90
91class ConfigurableTest(unittest.TestCase):
92 def setUp(self):
93 self.saved = TestConfigurable._save_configuration()
94 self.saved3 = TestConfig3._save_configuration()
95
96 def tearDown(self):
97 TestConfigurable._restore_configuration(self.saved)

Callers

nothing calls this directly

Calls 1

_save_configurationMethod · 0.80

Tested by

no test coverage detected