Fixed #16817 - Added a guide of code coverage to contributing docs.

Thanks Pedro Lima for the draft patch.
This commit is contained in:
Tim Graham 2012-10-11 06:11:52 -04:00
parent 7ef2781ca0
commit 06f5da3d78
5 changed files with 31 additions and 0 deletions

View file

@ -589,6 +589,8 @@ to a faster hashing algorithm::
Don't forget to also include in :setting:`PASSWORD_HASHERS` any hashing
algorithm used in fixtures, if any.
.. _topics-testing-code-coverage:
Integration with coverage.py
----------------------------