aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/submitting-patches.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-11 23:43:51 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-11 23:43:51 -0600
commit1681a698a9fb75715bd51b6b1a877b6c8e045214 (patch)
tree8019b0912e4fce3b7c5f1b683d37504a3a529033 /docs/development/submitting-patches.rst
parent00f0f2aedf797616b3f2b3c6762f5674bf03b15d (diff)
downloadcryptography-1681a698a9fb75715bd51b6b1a877b6c8e045214.tar.gz
cryptography-1681a698a9fb75715bd51b6b1a877b6c8e045214.tar.bz2
cryptography-1681a698a9fb75715bd51b6b1a877b6c8e045214.zip
add test vector information to the development section
Diffstat (limited to 'docs/development/submitting-patches.rst')
-rw-r--r--docs/development/submitting-patches.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/development/submitting-patches.rst b/docs/development/submitting-patches.rst
index 5978a1d6..5dca3f79 100644
--- a/docs/development/submitting-patches.rst
+++ b/docs/development/submitting-patches.rst
@@ -144,7 +144,8 @@ All code changes must be accompanied by unit tests with 100% code coverage (as
measured by the combined metrics across our build matrix).
When implementing a new primitive or recipe ``cryptography`` requires that you
-provide a set of test vectors.
+provide a set of test vectors. See :doc:`/development/test-vectors` for more
+details.
Documentation
-------------