From 6bd07bfd8e8d067881bdd1a534413873032c17ac Mon Sep 17 00:00:00 2001 From: Angah Desenvolvedores Date: Mon, 13 Jan 2025 15:41:32 +0000 Subject: [PATCH] Update file makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index aa14777..6331a7b 100644 --- a/makefile +++ b/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