79543105

Date: 2025-03-29 10:37:36
Score: 1.5
Natty:
Report link

Take a look here:

https://docs.djangoproject.com/en/5.2/topics/testing/tools/#django.test.SimpleTestCase.databases

There is a comment in there about overriding settings...

SimpleTestCase and its subclasses (e.g. TestCase, …) rely on setUpClass() and tearDownClass() to perform some class-wide initialization (e.g. overriding settings).

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Christopher Broderick