mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 05:19:38 +08:00
feat: add with_project_meta for runner
This commit is contained in:
@@ -73,11 +73,11 @@ class TestCase(BaseModel):
|
||||
|
||||
|
||||
class ProjectMeta(BaseModel):
|
||||
debugtalk_py: Text = ""
|
||||
debugtalk_py: Text = "" # debugtalk.py file content
|
||||
functions: FunctionsMapping = {}
|
||||
env: Env = {}
|
||||
PWD: Text = os.getcwd()
|
||||
test_path: Text = None # run with specified test path
|
||||
test_path: Text = None # run with specified test path
|
||||
|
||||
|
||||
class TestsMapping(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user