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

Method tearDown

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

Source from the content-addressed store, hash-verified

64
65class LeakTest(AsyncTestCase):
66 def tearDown(self):
67 super().tearDown()
68 # Trigger a gc to make warnings more deterministic.
69 gc.collect()
70
71 def test_leaked_coroutine(self):
72 # This test verifies that "leaked" coroutines are shut down

Callers

nothing calls this directly

Calls 1

tearDownMethod · 0.45

Tested by

no test coverage detected