Add E2E tests
Django CI/CD / test (push) Failing after 1m1s
Django CI/CD / build-and-push (push) Has been skipped

This commit is contained in:
2026-06-09 12:47:44 +02:00
parent 83aefcb849
commit e45be806fc
6 changed files with 266 additions and 0 deletions
+3
View File
@@ -67,6 +67,9 @@ uv.lock: pyproject.toml
test: uv.lock
uv run --with pytest-django pytest
test-e2e: uv.lock
uv run pytest e2e/
lint:
uv run ruff check