summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorDavid Krause <enthus1ast@users.noreply.github.com>2020-10-05 17:04:47 +0200
committerGitHub <noreply@github.com>2020-10-05 17:04:47 +0200
commitf25ca0d3043c67a73b9eb78c36f910daee631a18 (patch)
treee785fac22a2e8afa602886c2d71dad312f92e570 /doc
parentaf9cc2882f2863712ddc29b2f0f36df1f26db551 (diff)
downloadNim-f25ca0d3043c67a73b9eb78c36f910daee631a18.tar.gz
added testament documentation link to tools.rst (#15481)
Diffstat (limited to 'doc')
-rw-r--r--doc/tools.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools.rst b/doc/tools.rst
index 66cbdca26..df4d2e99f 100644
--- a/doc/tools.rst
+++ b/doc/tools.rst
@@ -30,7 +30,7 @@ The standard distribution ships with the following tools:
   | ``nimpretty`` is a Nim source code beautifier,
     to format code according to the official style guide.
 
-- | testament
+- | `testament <https://nim-lang.github.io/Nim/testament.html>`_
   | ``testament`` is an advanced automatic *unittests runner* for Nim tests,
     is used for the development of Nim itself, offers process isolation for your tests,
     it can generate statistics about test cases, supports multiple targets (C, JS, etc),