Searched defs:testNamePatterns (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/unittest/ |
D | loader.py | 73 testNamePatterns = None variable in TestLoader 497 def _makeLoader(prefix, sortUsing, suiteClass=None, testNamePatterns=None): argument 506 def getTestCaseNames(testCaseClass, prefix, sortUsing=util.three_way_cmp, testNamePatterns=None): argument
|
/third_party/node/lib/internal/test_runner/ |
D | runner.js | 159 function getRunArgs(path, { inspectPort, testNamePatterns, only }) { property 544 const opts = { __proto__: null, root, signal, inspectPort, testNamePatterns, only }; property
|
D | utils.js | 244 testNamePatterns, property
|
/third_party/node/test/parallel/ |
D | test-runner-run.mjs | 132 testNamePatterns: [/executed/] property 143 testNamePatterns: ['executed'] property
|