feat: log HttpRunner version when initializing

This commit is contained in:
debugtalk
2019-07-28 16:30:54 +08:00
parent a2ca6c415b
commit f26c2a62fe
4 changed files with 14 additions and 4 deletions
+2
View File
@@ -13,6 +13,8 @@ install:
- pip install poetry
- poetry install -vvv
script:
- python -m httprunner.cli hrun -V
- python -m httprunner.cli hrun -h
- poetry build
- poetry run coverage run --source=httprunner -m unittest discover
after_success: