Update file makefile
This commit is contained in:
parent
76a48c4897
commit
6bd07bfd8e
2
makefile
2
makefile
@ -94,7 +94,7 @@ format: ## Formata o código na pasta src usando black
|
||||
|
||||
# Roda os testes de sistema com unittest
|
||||
check: ## Roda os testes de sistema usando unittest
|
||||
python -m unittest discover -s tests -p "test_system.py"
|
||||
python -m unittest discover -s tests -p "teste_unitario.py"
|
||||
|
||||
# Exibe a mensagem de ajuda
|
||||
help: ## Exibe esta mensagem de ajuda
|
||||
|
||||
Loading…
Reference in New Issue
Block a user