Commit 67704e4d authored by cianlaguesma's avatar cianlaguesma

Added more tests

parent 8c6cbda8
......@@ -3,4 +3,21 @@
<title>The Good Place FroYo Shop</title>
<h1 id="header_home">The Good Place Froyo Shop</h1>
</head>
<body>
<ul>
<li><a href="http://localhost:8000/ingredients/create_form" id="ingredients_create_form">Create form for Ingredients</a></li>
<li><a href="http://localhost:8000/ingredients/update_form" id="ingredients_update_form">Update form for Ingredients</a></li>
<li><a href="http://localhost:8000/ingredients/list" id="ingredients_list">See List for all Ingredients</a></li>
<li><a href="http://localhost:8000/ingredients/detail" id="ingredients_detail">See Details for an Ingredient</a></li>
<li><a href="http://localhost:8000/recipes/create_form" id="recipe_create_form">Create form for Recipe</a></li>
<li><a href="http://localhost:8000/recipes/update_form" id="recipe_update_form">Update form for Recipe</a></li>
<li><a href="http://localhost:8000/recipes/list" id="recipe_list">See List for all Recipes</a></li>
<li><a href="http://localhost:8000/recipes/detail" id="recipe_detail">See Details for a Recipe</a></li>
<li><a href="http://localhost:8000/orders/create_form" id="orders_create_form">Create form for Orders</a></li>
<li><a href="http://localhost:8000/orders/update_form" id="orders_update_form">Update form for Orders</a></li>
<li><a href="http://localhost:8000/orders/list" id="orders_list">See List for all Orders</a></li>
<li><a href="http://localhost:8000/orders/detail" id="orders_detail">See Details for an Order</a></li>
</ul>
</body>
</html>
......@@ -2,4 +2,5 @@
<head>
<h1 id="ingredients_create_form_header">Ingredients - Create Form</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
......@@ -2,4 +2,5 @@
<head>
<h1 id="ingredients_detail_header">Ingredients - Detail</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
......@@ -2,4 +2,5 @@
<head>
<h1 id="ingredients_list_header">Ingredients - List</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
......@@ -2,4 +2,5 @@
<head>
<h1 id="ingredients_update_form_header">Ingredients - Update Form</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
......@@ -2,4 +2,5 @@
<head>
<h1 id="orders_create_form_header">Orders - Create Form</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
......@@ -3,4 +3,5 @@
<h1 id="orders_detail_header">Orders - Detail</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
......@@ -3,4 +3,5 @@
<h1 id="orders_list_header">Orders - List</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
......@@ -3,4 +3,5 @@
<h1 id="orders_update_form_header">Orders - Update Form</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
......@@ -3,4 +3,5 @@
<h1 id="recipes_create_form_header">Recipes - Create Form</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
......@@ -3,4 +3,5 @@
<h1 id="recipes_detail_header">Recipes - Detail</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
......@@ -3,4 +3,5 @@
<h1 id="recipes_list_header">Recipes - List</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
......@@ -3,4 +3,5 @@
<h1 id="recipes_update_form_header">Recipes - Update Form</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
</html>
This diff is collapsed.
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