Searched refs:module_strings (Results 1 – 2 of 2) sorted by relevance
10 module_strings = [str[0:len(str) - 3] for str in test_file_strings] variable11 for i in range(len(module_strings)):12 module_strings[i] = module_strings[i].split('/')[-1]14 for str in module_strings]
84 module_strings = []90 module_strings.append(temp)93 cmd = "%s -r -m %s" % (coverage, " ".join(module_strings))