Skip to content

Commit

Permalink
[backport] Documentation Fix nim-lang#12251 (nim-lang#13226) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco authored and narimiran committed Jan 22, 2020
1 parent ef9fb39 commit fbd7fe1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit fbd7fe1

Please sign in to comment.