feat: format generated python testcases with black

This commit is contained in:
debugtalk
2020-05-15 15:22:36 +08:00
parent 98cfa79258
commit d3d434bde0
4 changed files with 158 additions and 5 deletions

View File

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