bugfix:Presentation file(base.py) multiprocessing problem fixed

This commit is contained in:
firefoxwang
2017-11-01 20:25:40 +08:00
parent bdf5da44ab
commit 249cff7ff8

View File

@@ -6,8 +6,10 @@ import requests
from ate import utils from ate import utils
from tests import api_server from tests import api_server
def apprun(): def apprun():
_ = api_server.app.run() api_server.app.run()
class ApiServerUnittest(unittest.TestCase): class ApiServerUnittest(unittest.TestCase):
""" Test case class that sets up an HTTP server which can be used within the tests """ Test case class that sets up an HTTP server which can be used within the tests