mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 08:19:45 +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 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
|
||||||
|
|||||||
Reference in New Issue
Block a user