mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 09:57:35 +08:00
change import mode
This commit is contained in:
@@ -3,7 +3,7 @@ import time
|
||||
import unittest
|
||||
|
||||
from ate import utils
|
||||
from . import api_server
|
||||
from test import api_server
|
||||
|
||||
|
||||
class ApiServerUnittest(unittest.TestCase):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import requests
|
||||
import random
|
||||
from .base import ApiServerUnittest
|
||||
from test.base import ApiServerUnittest
|
||||
|
||||
class TestApiServer(ApiServerUnittest):
|
||||
def setUp(self):
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import random
|
||||
import requests
|
||||
|
||||
from .base import ApiServerUnittest
|
||||
from test.base import ApiServerUnittest
|
||||
|
||||
|
||||
class TestApiServerV2(ApiServerUnittest):
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
import requests
|
||||
from ate import runner, exception, utils
|
||||
from .base import ApiServerUnittest
|
||||
from test.base import ApiServerUnittest
|
||||
|
||||
class TestRunner(ApiServerUnittest):
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
import requests
|
||||
from ate import runner, exception, utils
|
||||
from .base import ApiServerUnittest
|
||||
from test.base import ApiServerUnittest
|
||||
|
||||
class TestRunnerV2(ApiServerUnittest):
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import random
|
||||
import requests
|
||||
from ate import utils
|
||||
from ate import exception
|
||||
from .base import ApiServerUnittest
|
||||
from test.base import ApiServerUnittest
|
||||
|
||||
class TestUtils(ApiServerUnittest):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user