Home
last modified time | relevance | path

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

/dports/security/py-fail2ban/fail2ban-0.11.2/bin/
H A Dfail2ban-testcases40 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 Drunner.py17 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 Dbuild.py117 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 Dbuild.py117 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 Dbuild.py117 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 Dbuild.py117 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 Dbuild.py117 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 Drun_utils.py147 def gatherTests(self, mask, isGood=None): member in CMakeCache
H A Drun_suite.py14 self.tests = self.cache.gatherTests(self.nameprefix + "*", self.isTest)
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/
H A Dutils.py375 def gatherTests(regexps=None, opts=None): function