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

Method setUp

python/python3/tornado/test/testing_test.py:236–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234
235class GenTest(AsyncTestCase):
236 def setUp(self):
237 super().setUp()
238 self.finished = False
239
240 def tearDown(self):
241 self.assertTrue(self.finished)

Callers 2

setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected