Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ load_tests
Function
load_tests
Lib/test/test_deque.py:1035–1037 ·
view source on GitHub ↗
(loader, tests, pattern)
Source
from the content-addressed store, hash-verified
1033
__test__ = {
'libreftest'
: libreftest}
1034
1035
def
load_tests(loader, tests, pattern):
1036
tests.addTest(doctest.DocTestSuite())
1037
return
tests
1038
1039
1040
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
addTest
Method · 0.80
Tested by
no test coverage detected