Skip to content

Commit e73f379

Browse files
tomaisthorpebitterpanda63
authored andcommitted
Add django asgi e2e test to CI
1 parent 93d0913 commit e73f379

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/end2end.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
app:
29+
- { name: django-asgi-uvicorn, testfile: end2end/django_asgi_uvicorn_test.py }
2930
- { name: django-mysql, testfile: end2end/django_mysql_test.py }
3031
- { name: django-mysql-gunicorn, testfile: end2end/django_mysql_gunicorn_test.py }
3132
- { name: django-postgres-gunicorn, testfile: end2end/django_postgres_gunicorn_test.py }

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Zen for Python 3 is compatible with:
4040
*[uWSGI](docs/uwsgi.md)
4141

4242
### ASGI
43+
*[Django](docs/django.md)
4344
*[Quart](docs/quart.md)
4445
*[Starlette](docs/starlette.md) ^0.16
4546
*[FastAPI](docs/fastapi.md) ^0.70

0 commit comments

Comments
 (0)