Commit 01e34746 authored by Michal Čihař's avatar Michal Čihař

Test about page

parent 935b3515
......@@ -68,3 +68,9 @@ class ExportsViewTest(ViewTestCase):
reverse('data_project', kwargs=self.kw_project)
)
self.assertContains(response, 'Test')
def test_about(self):
response = self.client.get(
reverse('about')
)
self.assertContains(response, 'Translate Toolkit')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment