rename package name from ate to httprunner

This commit is contained in:
httprunner
2017-11-07 11:01:23 +08:00
parent 15ee12af50
commit e8db476867
29 changed files with 53 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
from ate.client import HttpSession, prepare_kwargs
from httprunner.client import HttpSession, prepare_kwargs
from tests.base import ApiServerUnittest
class TestHttpClient(ApiServerUnittest):