mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 12:27:59 +08:00
2.3.3
fix #768: dump json file path error when folder name contains dot, such as a.b.c
This commit is contained in:
@@ -257,6 +257,7 @@ class HttpRunner(object):
|
||||
"""
|
||||
# load tests
|
||||
self.exception_stage = "load tests"
|
||||
path = loader.prepare_path(path)
|
||||
tests_mapping = loader.load_tests(path, dot_env_path)
|
||||
tests_mapping["project_mapping"]["test_path"] = path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user