Skip to content

Commit

Permalink
Test themes rendering
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 22, 2015
1 parent 796b826 commit 1a74d6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pmaweb/tests.py
Expand Up @@ -10,3 +10,7 @@ def test_home(self):
self.assertContains(response, 'phpMyAdmin')
response = self.client.get('/')
self.assertContains(response, 'phpMyAdmin')

def test_themes(self):
response = self.client.get(reverse('themes'))
self.assertContains(response, 'Metro')

0 comments on commit 1a74d6b

Please sign in to comment.