feat: run testcase with pytest

This commit is contained in:
debugtalk
2020-05-15 18:30:06 +08:00
parent 2f93b2b73a
commit 80a600bccc
4 changed files with 260 additions and 95 deletions

View File

@@ -38,6 +38,7 @@ pydantic = "^1.4"
loguru = "^0.4.1"
jmespath = "^0.9.5"
black = "^19.10b0"
pytest = "^5.4.2"
[tool.poetry.dev-dependencies]
flask = "<1.0.0"