python - What's being used to check code coverage in Django? -
django doesn't appear have built in support code coverage. therea defacto-standard tool checking in django 1.3?
ned batchelder's coverage.py authoritative tool test coverage in python.
django doesn't appear have built in support code coverage. therea defacto-standard tool checking in django 1.3?
ned batchelder's coverage.py authoritative tool test coverage in python.
Comments
Post a Comment