Lines Matching defs:test
176 'test' command of several matching entries before deciding which187 if 'test' in e:188 test = subst(e['test'], filename, plist)189 if test is None:191 if test and os.system(test) != 0:261 # Part 4: test program.263 def test():304 test()