rename package name from ate to httprunner

This commit is contained in:
debugtalk
2017-11-07 11:01:23 +08:00
parent ec3e147a43
commit eec69275f3
29 changed files with 53 additions and 51 deletions

View File

@@ -8,6 +8,6 @@ python:
install:
- pip install -r requirements.txt
script:
- coverage run --source=ate -m unittest discover
- coverage run --source=httprunner -m unittest discover
after_success:
- coveralls