Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
class
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_undecorated_generator
Method · 0.85
test_undecorated_coroutine
Method · 0.85
test_undecorated_generator_with_skip
Method · 0.85
test_other_return
Method · 0.85
test_unwrap
Method · 0.85
Calls
no outgoing calls
Tested by
5
test_undecorated_generator
Method · 0.68
test_undecorated_coroutine
Method · 0.68
test_undecorated_generator_with_skip
Method · 0.68
test_other_return
Method · 0.68
test_unwrap
Method · 0.68