Commit cfdfc255 authored by littleredpanda14's avatar littleredpanda14

Implemented tests.py

parent 5c552072
......@@ -7,6 +7,8 @@ class JanetPageTest(TestCase):
self.assertTemplateUsed(response, 'janet.html')
class IngredientsListPageTest(TestCase):
def test_ingredients_list_page_returns_correct_html(self):
response = self.client.get('/froyo/ingredients')
......
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