Searched refs:gatherTests (Results 1 – 10 of 10) sorted by relevance
/dports/security/py-fail2ban/fail2ban-0.11.2/bin/ |
H A D | fail2ban-testcases | 40 from fail2ban.tests.utils import getOptParser, initProcess, gatherTests 61 tests = gatherTests(regexps, opts)
|
/dports/www/py-nevow/Nevow-0.14.0/nevow/livetrial/ |
H A D | runner.py | 17 def gatherTests(self, testInstances): member in TestSuiteFragment 21 suiteTag[self.gatherTests(testInstances)] 41 return ctx.tag[self.gatherTests(self.testInstances)]
|
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/css/tools/ |
H A D | build.py | 117 def gatherTests(self, dir): member in Builder 174 self.gatherTests(subDirPath) 306 self.gatherTests(dir)
|
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/css/tools/ |
H A D | build.py | 117 def gatherTests(self, dir): member in Builder 179 self.gatherTests(subDirPath) 311 self.gatherTests(dir)
|
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/css/tools/ |
H A D | build.py | 117 def gatherTests(self, dir): member in Builder 179 self.gatherTests(subDirPath) 311 self.gatherTests(dir)
|
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/css/tools/ |
H A D | build.py | 117 def gatherTests(self, dir): member in Builder 179 self.gatherTests(subDirPath) 311 self.gatherTests(dir)
|
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/css/tools/ |
H A D | build.py | 117 def gatherTests(self, dir): member in Builder 179 self.gatherTests(subDirPath) 311 self.gatherTests(dir)
|
/dports/graphics/opencv/opencv-4.5.3/modules/ts/misc/ |
H A D | run_utils.py | 147 def gatherTests(self, mask, isGood=None): member in CMakeCache
|
H A D | run_suite.py | 14 self.tests = self.cache.gatherTests(self.nameprefix + "*", self.isTest)
|
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/ |
H A D | utils.py | 375 def gatherTests(regexps=None, opts=None): function
|