Tests: Pytest, Unittest
Lint: Ruff
git clone git@github.com:fandredev/django-recipes.gituv syncuv run python manage.py migrateuv run python manage.py createsuperusercp .env.example .envuv run python manage.py runserverOpen browser and put http://127.0.0.1:8000/ in URL browser.
In another tab, open browser and put http://127.0.0.1:8000/admin in URL browser. Log in with your superuser
uv run python manage.py testuv run pytestuv run pytest -m 'functional'uv run coverage run -m pytestuv run coverage htmlAfter that, open the htmlcov folder and look for the index.html file. Open it in your browser and the project coverage will be there
If you have any feedback, please let us know via profissionalf.andre@gmail.com
