change: remove locust temporarily

This commit is contained in:
debugtalk
2020-05-15 22:48:59 +08:00
parent fe32e8441a
commit 6bc4be59ff
11 changed files with 13 additions and 435 deletions

View File

@@ -12,7 +12,7 @@ class TestLoader(unittest.TestCase):
)
def test_make_testcase_folder(self):
path = "examples/postman_echo/request_methods/"
path = ["examples/postman_echo/request_methods/"]
testcase_python_list = main_make(path)
self.assertIn(
"examples/postman_echo/request_methods/request_with_functions_test.py",