filmov
tv
2.17. Python | Coverage con PyTest
![preview_player](https://i.ytimg.com/vi/iT3Qkwt325s/maxresdefault.jpg)
Показать описание
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
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