refactor tests and add new

This commit is contained in:
2025-12-06 11:55:50 +03:00
parent a2ef2652ed
commit 1d2ab6f6bb
17 changed files with 294 additions and 31 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ reportUnusedFunction = false
branch = true
omit = [
"src/argenta/app/protocols.py",
"src/argenta/command/exceptions.py"
"src/argenta/command/exceptions.py",
"src/argenta/metrics/*"
]
[tool.mypy]