2.17. Python | Coverage con PyTest

preview_player
Показать описание
Curso MasterClass de Python.
Contenido desde lo Básico a Master.

python3 -m venv env
source env/bin/activate

pip install pytest
pip install coverage

coverage run -m pytest
coverage run -m unittest
coverage report -m

coverage html
Рекомендации по теме