From 026dd5474a16dbd395a345450d1841e59656fce9 Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Tue, 22 Apr 2025 21:15:26 +0100 Subject: [PATCH] adicionado parametros para cobertura dos testes --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pytest.ini b/pytest.ini index a635c5c..ee3ce32 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,5 @@ [pytest] pythonpath = . +addopts = --cov=modules --cov=term-missing -ra +testpaths = tests +python_files = test_*.py