Lines Matching refs:paths
235 paths = []
241 paths.append(path)
243 if not paths:
248 suites = [TestSuite(path, args) for path in paths]
573 if args.get('list_suite_paths'): cmd.append('--list-suite-paths')
574 if args.get('list_case_paths'): cmd.append('--list-case-paths')
624 # get which suite each case belongs to via paths
625 cmd = runner_ + ['--list-case-paths'] + ids
669 cmd = runner_ + ['--list-case-paths', id]
1284 '--list-suite-paths',
1288 '--list-case-paths',
1460 "or a list of paths.")