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

Override `DEBUG=True` in async middleware compatibility tests #1977

Closed salty-ivy closed 2 months ago

salty-ivy commented 2 months ago

Description

Toggle DEBUG=True with override_settings in test_middleware_compatibility in order to let DebugToolbarMiddleware make a complete run through panels.

Fixes https://github.com/jazzband/django-debug-toolbar/pull/1938

Checklist: