mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-21 16:22:17 +08:00
change test filename
This commit is contained in:
@@ -240,7 +240,7 @@ class TestRunner(ApiServerUnittest):
|
|||||||
|
|
||||||
def test_bugfix_type_match(self):
|
def test_bugfix_type_match(self):
|
||||||
testcase_file_path = os.path.join(
|
testcase_file_path = os.path.join(
|
||||||
os.getcwd(), 'tests/data/test_bugfix.yml')
|
os.getcwd(), 'tests/data/bugfix_type_match.yml')
|
||||||
testcases = loader.load_file(testcase_file_path)
|
testcases = loader.load_file(testcase_file_path)
|
||||||
|
|
||||||
test = testcases[1]["test"]
|
test = testcases[1]["test"]
|
||||||
|
|||||||
Reference in New Issue
Block a user