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

0
docs/quickstart.md Normal file
View File

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)

View File

@@ -2,7 +2,7 @@ import os
import time
import uuid
from datetime import datetime
from typing import List, Dict, Text, NoReturn, Union
from typing import List, Dict, Text, NoReturn
try:
import allure