feat: use pydantic to implement testcase schema

This commit is contained in:
debugtalk
2020-02-29 23:26:54 +08:00
parent 219b5c7966
commit 14cb49c771
9 changed files with 165 additions and 66 deletions

View File

@@ -40,6 +40,7 @@ filetype = "^1.0.5"
jsonpath = "^0.82"
sentry-sdk = "^0.13.5"
jsonschema = "^3.2.0"
pydantic = "^1.4"
[tool.poetry.dev-dependencies]
flask = "<1.0.0"