Login
From:
til.codeinthehole.com
(Uncensored)
subscribe
TIL How to override Django's settings for every method in a test class — David Winterbottom
https://til.codeinthehole.com/posts/how-to-override-django-settings-for-every-method-in-a-test-class/
links
backlinks
Roast topics
Find topics
Find it!
Django’s override_settings decorator only works on functions and methods in subclasses of unittest. — can be read in 1 minute