Python/Django Code Coverage doesn't cover classmethods

161 Views Asked by At

I'm using coverage.py to check the test/code coverage and it seems to consistently skip over any class methods. Is there a way to fix this?

0

There are 0 best solutions below