Commit c6fdbbd6 authored by Michal Čihař's avatar Michal Čihař

Test setuplang without update

parent f37b9962
......@@ -186,3 +186,7 @@ class CommandTest(TestCase):
def test_setuplang(self):
call_command('setuplang')
self.assertTrue(Language.objects.exists())
def test_setuplang_noupdate(self):
call_command('setuplang', update=False)
self.assertTrue(Language.objects.exists())
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