Searched refs:testcases (Results 1 – 2 of 2) sorted by relevance
42 testcases = f.readlines() variable43 testcases = [l[:-1] for l in testcases] variable44 assert testcases, "No tests found in dir '%s', which is implausible" % suite46 for t in testcases:
2979 input numbers are even and added testcases to check
Completed in 7 milliseconds