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:
Éric
2022-12-11 16:53:05 -05:00
committed by GitHub
parent 19cbeead58
commit 15da0bfd9a
7 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -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):