mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
Fix after rebase
This commit is contained in:
@@ -111,3 +111,16 @@ def test_delete(u1_s1, u1_s2, recipe_1_s1):
|
||||
|
||||
assert r.status_code == 204
|
||||
assert not Recipe.objects.filter(pk=recipe_1_s1.id).exists()
|
||||
|
||||
|
||||
# TODO test related_recipes api
|
||||
# -- step recipes
|
||||
# -- ingredient recipes
|
||||
# -- recipe wrong space
|
||||
# -- steps wrong space
|
||||
# -- ingredients wrong space
|
||||
# -- step recipes included in step recipes
|
||||
# -- step recipes included in food recipes
|
||||
# -- food recipes included in step recipes
|
||||
# -- food recipes included in food recipes
|
||||
# -- included recipes in the wrong space
|
||||
Reference in New Issue
Block a user