🔧 chore(Makefile): add install_backend target to tests target to ensure backend dependencies are installed before running tests

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-20 18:41:41 -03:00
commit 2db9fa8ce8

View file

@ -19,6 +19,7 @@ coverage:
--cov-report term-missing:skip-covered
tests:
@make install_backend
poetry run pytest tests -n auto
format: