MCPcopy Index your code
hub / github.com/python/cpython / run_test

Method run_test

Lib/test/test_asyncgen.py:954–958  ·  view source on GitHub ↗
(test)

Source from the content-addressed store, hash-verified

952 g.throw(MyError())
953
954 def run_test(test):
955 with self.subTest('pure-Python anext()'):
956 test(py_anext)
957 with self.subTest('builtin anext()'):
958 test(anext)
959
960 run_test(test1)
961 run_test(test2)

Callers

nothing calls this directly

Calls 2

testFunction · 0.70
subTestMethod · 0.45

Tested by

no test coverage detected