Lines Matching refs:tests
203 tests = []
214 tests.append(val)
215 test_names = list(set([t.__name__.replace('test_', '', 1) for t in tests]))
265 …if (args.tests and args.testmodules) or (args.tests and args.mfile) or (args.testmodules and args.…
269 if args.tests:
271 for t in args.tests:
313 if args.tests:
314 for selected in args.tests:
315 for t in tests:
324 for t in tests:
444 for tt in tests: