taverntesting/tavern

how can i get coverage after running pytest

iakirago opened this issue · 2 comments

how can i get coverage after running
pytest -v test_01_init_gets.tavern.yaml --html=all.html

If you mean coverage of your web server code that you are testing, tavern can't do that and you would need to find some way of calculating the coverage on the server side

If you mean coverage of your web server code that you are testing, tavern can't do that and you would need to find some way of calculating the coverage on the server side

thanks, i know how to do it