Репозиторий приложения Cookify. Приложение создается как огромная база данных различных рецептов дополняемая пользователями приложения.
To run tests you need to install Python
(uv is pocket manager, you can run this command from any place) on windows
pip install uvon Mac
brew install uvRun this commands INSIDE "tests" folder
uv syncTo run test you need to run docker-compose
uv run pytest test_files/ -v -suv run pytest test_files\test_recipes_api.py -v -s