feat: get testcase result summary

This commit is contained in:
debugtalk
2020-05-15 12:10:55 +08:00
parent 1aacd9ffbb
commit 47b281eba8
2 changed files with 33 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
import os
from enum import Enum
from typing import Any
from typing import Dict, Text, Union, Callable
@@ -75,7 +76,7 @@ class ProjectMeta(BaseModel):
debugtalk_py: Text = ""
functions: FunctionsMapping = {}
env: Env = {}
PWD: Text = None
PWD: Text = os.getcwd()
test_path: Text = None # run with specified test path