minor cleanups (#225)
* use normal html self-closing tags * stop using obsolete test integration * make test more straightforward * removed unused setting
This commit is contained in:
@@ -89,7 +89,7 @@ class AdminInterfaceModelsTestCase(TestCase):
|
||||
|
||||
def test_str(self):
|
||||
theme = Theme.get_active_theme()
|
||||
self.assertEqual(f"{theme}", "Django")
|
||||
self.assertEqual(str(theme), "Django")
|
||||
|
||||
|
||||
# class AdminInterfaceModelsMultiDBTestCase(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user