MCPcopy Index your code
hub / github.com/RustPython/RustPython / load_tests

Function load_tests

Lib/test/test_unpack.py:200–203  ·  view source on GitHub ↗
(loader, tests, pattern)

Source from the content-addressed store, hash-verified

198__test__ = {'doctests' : doctests}
199
200def load_tests(loader, tests, pattern):
201 from test.support.rustpython import DocTestChecker # TODO: RUSTPYTHON
202 tests.addTest(doctest.DocTestSuite(checker=DocTestChecker())) # XXX: RUSTPYTHON
203 return tests
204
205
206class TestCornerCases(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

DocTestCheckerClass · 0.90
addTestMethod · 0.80

Tested by

no test coverage detected