diff options
author | David Krause <enthus1ast@users.noreply.github.com> | 2020-10-05 17:04:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 17:04:47 +0200 |
commit | f25ca0d3043c67a73b9eb78c36f910daee631a18 (patch) | |
tree | e785fac22a2e8afa602886c2d71dad312f92e570 /doc/tools.rst | |
parent | af9cc2882f2863712ddc29b2f0f36df1f26db551 (diff) | |
download | Nim-f25ca0d3043c67a73b9eb78c36f910daee631a18.tar.gz |
added testament documentation link to tools.rst (#15481)
Diffstat (limited to 'doc/tools.rst')
-rw-r--r-- | doc/tools.rst | 2 |
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), |