Home
last modified time | relevance | path

Searched refs:isTestMethod (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dloader.py148 def isTestMethod(attrname, testCaseClass=testCaseClass, function
152 testFnNames = list(filter(isTestMethod, dir(testCaseClass)))