This commit is contained in:
smilerz
2021-11-21 09:02:20 -06:00
parent 450de740b6
commit a24f09c419
4 changed files with 150 additions and 12 deletions

View File

@ -7,7 +7,6 @@ from django_scopes import scope, scopes_disabled
from pytest_factoryboy import LazyFixture, register
from cookbook.models import Food, FoodInheritField, Ingredient, ShoppingList, ShoppingListEntry
from cookbook.tests.conftest import get_random_json_recipe
from cookbook.tests.factories import (FoodFactory, IngredientFactory, ShoppingListEntryFactory,
SupermarketCategoryFactory)