Add data format backward compatibility tests (#2626)

This commit is contained in:
Alexander Bayandin
2022-10-25 16:41:50 +02:00
committed by Stas Kelvich
parent 3d2466607e
commit 323c4ecb4f
6 changed files with 352 additions and 12 deletions

View File

@@ -28,12 +28,14 @@ Werkzeug = "2.1.2"
pytest-order = "^1.0.1"
allure-pytest = "^2.10.0"
pytest-asyncio = "^0.19.0"
toml = "^0.10.2"
[tool.poetry.dev-dependencies]
flake8 = "^5.0.4"
mypy = "==0.971"
black = "^22.6.0"
isort = "^5.10.1"
types-toml = "^0.10.8"
[build-system]
requires = ["poetry-core>=1.0.0"]