def list(request): return return_list(request, Ingredient.get_all())
def test_get_all_ingredient(self): ingredients = Ingredient.get_all() self.assertIsNotNone(ingredients)