mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-18 15:37:36 +08:00
refactor: get config path with inspect stack
This commit is contained in:
@@ -10,9 +10,6 @@ class TestCaseRequestWithFunctions(HttpRunner):
|
||||
.variables(foo1="session_bar1")
|
||||
.base_url("https://postman-echo.com")
|
||||
.verify(False)
|
||||
.set_path(
|
||||
"examples/postman_echo/request_methods/request_with_functions_test.py"
|
||||
)
|
||||
)
|
||||
|
||||
teststeps = [
|
||||
|
||||
Reference in New Issue
Block a user