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

Add test for Android resource adding (issue #67)

parent 016c30c7
......@@ -249,6 +249,11 @@ class NewLangTest(ViewTestCase):
)
class AndroidNewLangTest(NewLangTest):
def create_subproject(self):
return self.create_android()
class BasicViewTest(ViewTestCase):
def test_view_home(self):
response = self.client.get(
......
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