Searched refs:testfile (Results 1 – 6 of 6) sorted by relevance
68 if not config.testfile and not config.testlist and not config.task and \173 if not config.testfile and not config.testlist and not config.testcase \189 if getattr(config, ConfigConst.testfile, ""):232 if os.path.isabs(config.testfile):233 if os.path.exists(config.testfile):234 return config.testfile236 raise ParamError("test file '%s' not exists" % config.testfile,240 test_file = os.path.join(testcases_dir, config.testfile)244 raise ParamError("test file '%s' not exists" % config.testfile)
912 config, ConfigConst.testfile, "") == "":921 test_set = getattr(config, ConfigConst.testfile, "") or getattr(
247 testfile = "testfile" variable in ConfigConst
26 指定测试套文件。长选项表示为"run --testfile"。
486 testfile = "testfile" variable in ConfigConst
162 dest=ConfigConst.testfile,