mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 06:23:52 +08:00
fix: ensure project meta files exist in generated pytest folder files
This commit is contained in:
@@ -82,6 +82,7 @@ class TestCase(BaseModel):
|
||||
class ProjectMeta(BaseModel):
|
||||
debugtalk_py: Text = "" # debugtalk.py file content
|
||||
debugtalk_path: Text = "" # debugtalk.py file path
|
||||
dot_env_path: Text = "" # .env file path
|
||||
functions: FunctionsMapping = {} # functions defined in debugtalk.py
|
||||
env: Env = {}
|
||||
PWD: Text = os.getcwd() # project working directory, the path debugtalk.py located
|
||||
|
||||
Reference in New Issue
Block a user