test(integration): added integration tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user