From e0d2bd3a7525bc580068e68daa8e19f9cdd44381 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 22 Jan 2020 08:37:32 -0300 Subject: [PATCH 1/2] Fix #12251 --- doc/tools.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/tools.rst b/doc/tools.rst index 4920e94a2d74b..66d3853df6678 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 `_, + has Logging, can generate HTML report, skip tests from a file and more, + so can be useful to run your tests, even the most complex ones. From a07cf430f9a4bf4206f85ee74fca231aee97b6f6 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 22 Jan 2020 08:40:21 -0300 Subject: [PATCH 2/2] Fix #12251 --- doc/tools.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tools.rst b/doc/tools.rst index 66d3853df6678..66cbdca265c10 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -31,9 +31,9 @@ The standard distribution ships with the following tools: to format code according to the official style guide. - | testament - | ``testament`` is an advanced automatic *Unittests Runner* for Nim tests, + | ``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 `_, - has Logging, can generate HTML report, skip tests from a file and more, + 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.