Pytests on web.py application not covering methods code
问题 First of all, sorry if the linguo is not 100% correct or something does not make 100% of sense, I am quite new into web aplication development and posting on stack overflow in general. I have a web.py application and need to test its functionalities with pytest and generate a code coverage report with pytest-cov . I get the tests to work and assert on the responses, but when I generate the code report, all the lines of code inside the methods are uncovered and therefore get a really low test