new tests, upgrade tests coverage

This commit is contained in:
2025-12-05 22:57:19 +03:00
parent 913e7f16ca
commit 2423f57000
8 changed files with 104 additions and 58 deletions
+4
View File
@@ -57,6 +57,10 @@ reportUnusedFunction = false
[tool.coverage.run]
branch = true
omit = [
"src/argenta/app/protocols.py",
"src/argenta/command/exceptions.py"
]
[tool.mypy]
disable_error_code = "import-untyped"