Closed birthdaysgift closed 1 year ago
While working on separating app initialization functionality (#83) we moved app instance from src/__init__.py to src/app.py but forgot to fix app import in conftest.py.
src/__init__.py
src/app.py
conftest.py
So in the scope of this task we need to fix app import in conftest.py.
While working on separating app initialization functionality (#83) we moved app instance from
src/__init__.py
tosrc/app.py
but forgot to fix app import inconftest.py
.So in the scope of this task we need to fix app import in
conftest.py
.