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

Class Test

python/python3/tornado/test/testing_test.py:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121class AsyncTestCaseWrapperTest(unittest.TestCase):
122 def test_undecorated_generator(self):
123 class Test(AsyncTestCase):
124 def test_gen(self):
125 yield
126
127 test = Test("test_gen")
128 result = unittest.TestResult()

Callers 5

test_other_returnMethod · 0.85
test_unwrapMethod · 0.85

Calls

no outgoing calls

Tested by 5

test_other_returnMethod · 0.68
test_unwrapMethod · 0.68