refactor tests

This commit is contained in:
2025-12-05 15:54:03 +03:00
parent b0e6127c1e
commit 20b638c421
9 changed files with 235 additions and 194 deletions
+8
View File
@@ -50,6 +50,14 @@ line-length=90
[tool.pyright]
typeCheckingMode = "strict"
[[tool.pyright.executionEnvironments]]
root = "tests/"
reportPrivateUsage = false
reportUnusedFunction = false
[tool.coverage.run]
branch = true
[tool.mypy]
disable_error_code = "import-untyped"