From 87a7c0903386519889a2adf0fbafd82f7155c195 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 11 Dec 2019 22:45:18 +0800 Subject: [PATCH] test: hrun command --- .travis.yml | 1 + docs/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index df85af2b..b7fcb7de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3816206c..4534b415 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,7 @@ **Added** - test: pip install package +- test: hrun command **Fixed**