Full integration test coverage for the vendor API

This commit is contained in:
Donkie
2023-05-18 17:53:02 +02:00
parent 01464b5dea
commit 89cff893aa
3 changed files with 135 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ line-length = 120
target-version = "py39"
[tool.ruff.per-file-ignores]
"tests*/*" = ["ANN201", "S101"]
"tests*/*" = ["ANN201", "S101", "PLR2004"]
[tool.black]
line-length = 120