Lines Matching refs:set
65 directly to set the values that would normally be set by flags
112 return (set(self.good) | set(self.bad) | set(self.skipped)
113 | set(self.resource_denieds) | set(self.environment_changed)
114 | set(self.run_no_tests))
257 # if testdir is set, then we are not running the python tests suite, so
260 alltests = findtests(self.ns.testdir, list(), set())
276 # Remove all the selected tests that precede start if it's set.
404 omitted = set(self.selected) - self.get_executed()
637 root.set(k, str(v))