Lines Matching full:guts
405 guts = line.split() # assuming no test has whitespace in its name406 if guts and not guts[0].startswith('#'):407 tests.extend(guts)