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

Method tearDown

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

Source from the content-addressed store, hash-verified

94 self.saved3 = TestConfig3._save_configuration()
95
96 def tearDown(self):
97 TestConfigurable._restore_configuration(self.saved)
98 TestConfig3._restore_configuration(self.saved3)
99
100 def checkSubclasses(self):
101 # no matter how the class is configured, it should always be

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected