mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 21:39:41 +08:00
change: make converted referenced pytest files always relative to project RootDir
This commit is contained in:
@@ -6,7 +6,7 @@ config:
|
||||
teststeps:
|
||||
-
|
||||
name: request with functions
|
||||
testcase: 1.yml
|
||||
testcase: a-b.c/1.yml
|
||||
export:
|
||||
- session_foo2
|
||||
-
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
from httprunner import __version__
|
||||
|
||||
|
||||
def get_httprunner_version():
|
||||
return __version__
|
||||
|
||||
|
||||
def sum_two(m, n):
|
||||
return m + n
|
||||
|
||||
|
||||
def get_variables():
|
||||
return {"foo1": "session_bar1"}
|
||||
Reference in New Issue
Block a user