adicionado parametros para cobertura dos testes

This commit is contained in:
2025-04-22 21:15:26 +01:00
parent dc7312865c
commit 026dd5474a

View File

@ -1,2 +1,5 @@
[pytest] [pytest]
pythonpath = . pythonpath = .
addopts = --cov=modules --cov=term-missing -ra
testpaths = tests
python_files = test_*.py