change: log httprunner version

This commit is contained in:
debugtalk
2020-06-08 11:45:21 +08:00
parent fceec59815
commit 8ee713ac12
3 changed files with 2 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ def main_run(extra_args) -> enum.IntEnum:
extra_args_new.append("--tb=short")
extra_args_new.extend(testcase_path_list)
logger.info(f"start to run tests with pytest. HttpRunner version: {__version__}")
return pytest.main(extra_args_new)