change: rename PWD to project RootDir

This commit is contained in:
debugtalk
2020-06-06 21:17:00 +08:00
parent 6471b006cb
commit e2703fff32
6 changed files with 29 additions and 29 deletions

View File

@@ -85,7 +85,7 @@ class ProjectMeta(BaseModel):
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
RootDir: Text = os.getcwd() # project root directory, the path debugtalk.py located
class TestsMapping(BaseModel):