Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py414 nottests = NOTTESTS.copy()
419 nottests.add(arg)
432 alltests = findtests(testdir, stdtests, nottests)
681 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS): argument
686 others = set(stdtests) | nottests