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

Class HeapqMergeDocTestFinder

Lib/test/test_heapq.py:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 # create a finder which returns the doctests from the merge method.
38
39 class HeapqMergeDocTestFinder:
40 def find(self, *args, **kwargs):
41 dtf = doctest.DocTestFinder()
42 return dtf.find(py_heapq.merge)
43
44 tests.addTests(doctest.DocTestSuite(py_heapq,
45 test_finder=HeapqMergeDocTestFinder()))

Callers 1

load_testsFunction · 0.85

Calls

no outgoing calls

Tested by 1

load_testsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…