refactor: make loader as submodule, split to check/locate/load/cases

This commit is contained in:
debugtalk
2019-12-05 23:16:12 +08:00
parent 8021ec5f54
commit 5e23c5226b
14 changed files with 1199 additions and 1150 deletions

View File

@@ -9,7 +9,7 @@ from tests.base import ApiServerUnittest
class TestResponse(ApiServerUnittest):
def setUp(self):
self.functions_mapping = loader.load_module_functions(built_in)
self.functions_mapping = loader.load.load_module_functions(built_in)
def test_parse_response_object_json(self):
url = "http://127.0.0.1:5000/api/users"