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
Indeed, I missed that topic !
It seems to be the same problem.
This issue may be closed to keep the discussion there :)
Another option would be to configure your project to not load the toolbar when running tests.
@tim-schilling
I tried to remove "debug_toolbar" from installed apps and the debug_toolbar.middleware.DebugToolbarMiddleware from MIDDLEWARE, I still get the logs :/
Hello,
I've updated my django-debug-toolbar from 3.2.4 to 3.7 and I noticed that the traceback was printed when the tests encountered 404 or 403 responses.
I was wondering if I could disable that ? Back in 3.2.4 the test results wouldn't be polluted with errors tracebacks.
Example :
Except those tests do expect to produce 403/404 responses.
I don't see the link with django-debug-toolbar but the behavior doesn't happen when I rollback to 3.2.4 so I guess there is something ?
Thank you !
The text was updated successfully, but these errors were encountered: