test: hrun command

This commit is contained in:
debugtalk
2019-12-11 22:45:18 +08:00
parent 98c3eae4aa
commit 87a7c09033
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ install:
- ls dist/*.whl | xargs pip install # test installation
script:
- hrun -V
- cd tests/httpbin && hrun basic.yml && cd -
- python -m httprunner.cli hrun -V
- python -m httprunner.cli hrun -h
- poetry build

View File

@@ -5,6 +5,7 @@
**Added**
- test: pip install package
- test: hrun command
**Fixed**