test(integration): added integration tests

This commit is contained in:
ITQ
2026-02-23 11:48:03 +03:00
parent 3003ac888b
commit 15d80532e0
8 changed files with 1456 additions and 0 deletions
+5
View File
@@ -51,6 +51,11 @@ mypy:
test:
@ uv run python manage.py test
# run integration tests
[group('test')]
test-integration:
@ uv run python manage.py test tests.integration
# run tests with coverage report
[group('test')]
test-coverage: