mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-03 14:59:38 +08:00
change: remove ProjectMeta variables field
This commit is contained in:
@@ -73,7 +73,6 @@ class TestCase(BaseModel):
|
||||
|
||||
class ProjectMeta(BaseModel):
|
||||
debugtalk_py: Text = ""
|
||||
variables: VariablesMapping = {}
|
||||
functions: FunctionsMapping = {}
|
||||
env: Env = {}
|
||||
PWD: Text = None
|
||||
|
||||
Reference in New Issue
Block a user