create api server for test

This commit is contained in:
debugtalk
2017-06-16 12:12:43 +08:00
parent 62844038b2
commit 7cbbaa3e49
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()