Using Pytest-cov for Python

preview_player
Показать описание
In today's video, we have a tutorial showing how to use pytest-cov for a better report of our tests. I hope you like it! #python #pytest #softwaredevelopment
Рекомендации по теме
Комментарии
Автор

Just subscribe to you because of this video!
Thanks a lot!

ilovemikey-
Автор

Nice informative video. Though I have question - I have integration tests for which I need to calculate the coverage. So, let's assume my test runs with some build that will deploy a python based service on some remote machine. In this case how can I calculate the coverage of that service on the remote launcher? I know how to get the coverage data from there on to my local, but not able to figure out how to calculate coverage in first place. Any pointers appreciated. Thanks!

shivambhirud
Автор

Nice video! what vscode theme did you use?

Betagmr