fix: unittest for python2.7

This commit is contained in:
debugtalk
2019-12-25 11:37:04 +08:00
parent 13e3675357
commit b7d94dd8d0
2 changed files with 5 additions and 4 deletions

View File

@@ -197,7 +197,7 @@ class HttpRunner(object):
parsed_testcases = parser.parse_tests(tests_mapping)
parse_failed_testfiles = parser.get_parse_failed_testfiles()
if parse_failed_testfiles:
logger.log_warning("There are some test files that can not be parsed ...")
logger.log_warning("parse failures occurred ...")
utils.dump_logs(parse_failed_testfiles, project_mapping, "parse_failed")
if self.save_tests: