django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.05k forks source link

Async integration tests #2001

Closed salty-ivy closed 1 month ago

salty-ivy commented 1 month ago

Description

integrations tests to test the async toolbar.

Fixes # (issue)

Checklist:

tim-schilling commented 1 month ago

@matthiask I didn't review it thoroughly, but it looks like test changes. I'm good with merging them if you're happy. I'll be less busy in ~2 weeks

matthiask commented 1 month ago

Let's do this then :) Thanks!