refresh shopping list when item is delayed

This commit is contained in:
smilerz
2021-11-30 08:53:06 -06:00
parent 0693d31550
commit 8dcdf00dc7
6 changed files with 137 additions and 174 deletions

View File

@ -15,6 +15,7 @@ from cookbook.tests.factories import SpaceFactory
register(SpaceFactory, 'space_1')
register(SpaceFactory, 'space_2')
# TODO refactor user fixtures https://stackoverflow.com/questions/40966571/how-to-create-a-field-with-a-list-of-instances-in-factory-boy
# hack from https://github.com/raphaelm/django-scopes to disable scopes for all fixtures
# does not work on yield fixtures as only one yield can be used per fixture (i think)