You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add separate CI job for Django 5 integration tests that verify:
- Async user access with request.auser()
- Exception capture via process_exception()
- Real ASGI application behavior with httpx AsyncClient
Runs on Python 3.12 with pinned Django 5.2.7 dependencies in isolated
test_project_django5 environment. Complements existing unit tests that
run across Python 3.9-3.13.
0 commit comments