Home
last modified time | relevance | path

Searched refs:findTestCases (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/unittest/
H A D__init__.py56 __all__.extend(['getTestCaseNames', 'makeSuite', 'findTestCases'])
70 from .loader import makeSuite, getTestCaseNames, findTestCases namespace
H A Dloader.py499 def findTestCases(module, prefix='test', sortUsing=util.three_way_cmp, function
503 "unittest.findTestCases() is deprecated and will be removed in Python 3.13. "
/third_party/python/Lib/unittest/test/
H A Dtest_loader.py1631 suite = unittest.findTestCases(m,

Completed in 4 milliseconds