tests, reset_password first steps

This commit is contained in:
2026-09-15 17:04:24 +03:00
parent 2ac6f898a7
commit 3fb0f8c76d
7 changed files with 308 additions and 15 deletions
+6 -1
View File
@@ -58,7 +58,12 @@ omit = [
"__init__.py",
"*/docker/*",
"*/rate_limit.py",
"*/logger.py"
"*/logger.py",
"*/daemons/*",
"*/topology_setup.py",
"*/logging/*",
"*/email_reset.py",
"*/email_welcome.py"
]
[tool.coverage.report]