summary refs log tree commit diff stats
path: root/doc/tools.rst
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2020-01-22 13:56:44 -0300
committerMiran <narimiran@disroot.org>2020-01-22 17:56:44 +0100
commitfbd7fe118cf7fb0ad0344993bb92463d0d56eb33 (patch)
tree266684d69f21428435738f28fbda2655432e2725 /doc/tools.rst
parentef9fb39cdf4fa0f260ced0c5cccb1fafc7993e7a (diff)
downloadNim-fbd7fe118cf7fb0ad0344993bb92463d0d56eb33.tar.gz
[backport] Documentation Fix #12251 (#13226) [ci skip]
Diffstat (limited to 'doc/tools.rst')
-rw-r--r--doc/tools.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tools.rst b/doc/tools.rst
index 4920e94a2..66cbdca26 100644
--- a/doc/tools.rst
+++ b/doc/tools.rst
@@ -29,3 +29,11 @@ The standard distribution ships with the following tools:
 - | nimpretty
   | ``nimpretty`` is a Nim source code beautifier,
     to format code according to the official style guide.
+
+- | testament
+  | ``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),
+    `simulated Dry-Runs <https://en.wikipedia.org/wiki/Dry_run_(testing)>`_,
+    has logging, can generate HTML reports, skip tests from a file and more,
+    so can be useful to run your tests, even the most complex ones.