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.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

sql - text truncated using perl DBI insert -

php - Pass object by reference or value -