create api server for test

This commit is contained in:
httprunner
2017-06-16 12:12:43 +08:00
parent 6c9c124151
commit c203583ddd
4 changed files with 153 additions and 0 deletions

2
test/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from gevent import monkey
monkey.patch_all()