split ate/main.py to ate/cli.py and ate/task.py

This commit is contained in:
httprunner
2017-07-19 15:49:15 +08:00
parent d5bd14c4bc
commit 4d1c78354f
4 changed files with 43 additions and 41 deletions

View File

@@ -1,2 +1,2 @@
from ate.main import main
from ate.cli import main
main()