mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 19:39:44 +08:00
bugfix:Presentation file(base.py) multiprocessing problem fixed
This commit is contained in:
@@ -6,8 +6,10 @@ import requests
|
||||
from ate import utils
|
||||
from tests import api_server
|
||||
|
||||
|
||||
def apprun():
|
||||
_ = api_server.app.run()
|
||||
api_server.app.run()
|
||||
|
||||
|
||||
class ApiServerUnittest(unittest.TestCase):
|
||||
""" Test case class that sets up an HTTP server which can be used within the tests
|
||||
|
||||
Reference in New Issue
Block a user