Lines Matching full:modname
691 modname, ext = os.path.splitext(name)692 if modname[:5] == "test_" and ext == ".py" and modname not in others:693 tests.append(modname)