Skip to content

Commit 01e37e5

Browse files
authored
New ASGIMiddleware tests (#1600)
Rewrote tests to not use Starlette (or any other framework) for testing the SentryAsgiMiddleware.
1 parent 17e2db3 commit 01e37e5

File tree

4 files changed

+475
-6
lines changed

4 files changed

+475
-6
lines changed

tests/integrations/asgi/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import pytest
2+
3+
asyncio = pytest.importorskip("asyncio")
4+
pytest_asyncio = pytest.importorskip("pytest_asyncio")

0 commit comments

Comments
 (0)