diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-13 19:57:23 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-13 19:57:23 -0800 |
commit | b9dd85c661f405099a88b7a76aefde5f59a6b985 (patch) | |
tree | c188a65f28b7e052ad40dabcc3a6c5b2ea933b29 /docs | |
parent | 887d274e28b3be87d3b0891e9b384c259dfad30a (diff) | |
parent | f3f0018fb956dcc075798bd3d2eb49916471f23c (diff) | |
download | cryptography-b9dd85c661f405099a88b7a76aefde5f59a6b985.tar.gz cryptography-b9dd85c661f405099a88b7a76aefde5f59a6b985.tar.bz2 cryptography-b9dd85c661f405099a88b7a76aefde5f59a6b985.zip |
Merge pull request #306 from alex/document-coverage
Document the need for test coverage
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 100f13f5..a8010a9a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -28,6 +28,7 @@ devastating, ``cryptography`` has a strict code review policy: * If somehow the tests get into a failing state on ``master`` (such as by a backwards incompatible release of a dependency) no pull requests may be merged until this is rectified. +* All merged patches must have 100% test coverage. The purpose of these policies is to minimize the chances we merge a change which jeopardizes our users' security. |