diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-16 18:05:49 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:19 +0100 |
commit | 2e15f5fd3525120d22336faf10e960050aaefb67 (patch) | |
tree | 11cf75140bc4296fc5c936d4f7b6a3a640d4dbce /archaeological_files/tests.py | |
parent | b46aa637fa1018a151f623138c94e145efa8288c (diff) | |
download | Ishtar-2e15f5fd3525120d22336faf10e960050aaefb67.tar.bz2 Ishtar-2e15f5fd3525120d22336faf10e960050aaefb67.zip |
Remove deadcode (old dashboards) - clean css
Diffstat (limited to 'archaeological_files/tests.py')
-rw-r--r-- | archaeological_files/tests.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/archaeological_files/tests.py b/archaeological_files/tests.py index f0684c756..75a6ca7cd 100644 --- a/archaeological_files/tests.py +++ b/archaeological_files/tests.py @@ -729,24 +729,6 @@ class FileOperationTest(TestCase, OperationInitTest, FileInit): self.assertEqual(q.count(), 1) -class DashboardTest(TestCase, FileInit): - fixtures = FILE_TOWNS_FIXTURES - model = models.File - - def setUp(self): - self.username, self.password, self.user = create_superuser() - IshtarSiteProfile.objects.create() - self.create_file() - - def test_dashboard(self): - url = "dashboard-file" - c = Client() - c.login(username=self.username, password=self.password) - - response = c.get(reverse(url)) - self.assertEqual(response.status_code, 200) - - class AutocompleteTest(AutocompleteTestBase, TestCase): fixtures = FILE_TOWNS_FIXTURES models = [ |