Start of integration tests

This commit is contained in:
Donkie
2023-05-18 14:38:28 +02:00
parent d3703d0d92
commit c6ee7df535
8 changed files with 133 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ ignore = ["A003", "D101", "D104", "D406", "D407", "S104", "TRY201", "TRY003", "E
line-length = 120
target-version = "py39"
[tool.ruff.per-file-ignores]
"tests*/*" = ["ANN201", "S101"]
[tool.black]
line-length = 120
target-version = ['py39']