Skip to content

Commit fbd7fe1

Browse files
juancarlospaconarimiran
authored andcommitted
[backport] Documentation Fix nim-lang#12251 (nim-lang#13226) [ci skip]
1 parent ef9fb39 commit fbd7fe1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/tools.rst

+8
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ The standard distribution ships with the following tools:
2929
- | nimpretty
3030
| ``nimpretty`` is a Nim source code beautifier,
3131
to format code according to the official style guide.
32+
33+
- | testament
34+
| ``testament`` is an advanced automatic *unittests runner* for Nim tests,
35+
is used for the development of Nim itself, offers process isolation for your tests,
36+
it can generate statistics about test cases, supports multiple targets (C, JS, etc),
37+
`simulated Dry-Runs <https://en.wikipedia.org/wiki/Dry_run_(testing)>`_,
38+
has logging, can generate HTML reports, skip tests from a file and more,
39+
so can be useful to run your tests, even the most complex ones.

0 commit comments

Comments
 (0)