Home | History | Annotate | Download | only in test

Lines Matching full:guts

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