integrated tests

This commit is contained in:
2026-07-29 00:44:14 +03:00
parent d24b99b8b0
commit 00403191f5
2 changed files with 23 additions and 2 deletions

View File

@@ -36,6 +36,8 @@ build-backend = "poetry.core.masonry.api"
omit = [
"*/models/*",
"*/migrations/*",
"*/database/*",
"*/errors/*",
"__init__.py",
"*/docker/*"
]