Commit 7ff5bebb authored by cianlaguesma's avatar cianlaguesma

fixed tests

parent dea8e05b
......@@ -2,7 +2,7 @@ from django.test import TestCase
# Create your tests here.
class HomeTest(TestCase):
def test_home_uses_template(self):
response = self.client.get('/index')
self.assertTemplateUsed(response, 'index.html')
......
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