summary refs log tree commit diff stats
path: root/doc/tools.rst
diff options
context:
space:
mode:
authorDavid Krause <enthus1ast@users.noreply.github.com>2020-10-05 17:04:47 +0200
committerGitHub <noreply@github.com>2020-10-05 17:04:47 +0200
commitf25ca0d3043c67a73b9eb78c36f910daee631a18 (patch)
treee785fac22a2e8afa602886c2d71dad312f92e570 /doc/tools.rst
parentaf9cc2882f2863712ddc29b2f0f36df1f26db551 (diff)
downloadNim-f25ca0d3043c67a73b9eb78c36f910daee631a18.tar.gz
added testament documentation link to tools.rst (#15481)
Diffstat (limited to 'doc/tools.rst')
-rw-r--r--doc/tools.rst2
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),
03007e900'>4d4b3b1c0 ^
765366c1f ^
32b4192b3 ^
7e356f6ef ^
ddaedab83 ^
c323ec015 ^
4d4b3b1c0 ^
9dda24e47 ^
ddaedab83 ^
765366c1f ^
ddaedab83 ^
765366c1f ^
ddaedab83 ^
eca05d2a3 ^
765366c1f ^

ff4a69b62 ^
eca05d2a3 ^
765366c1f ^

ff4a69b62 ^
eca05d2a3 ^
cd292568d ^



ddaedab83 ^

ddaedab83 ^
c323ec015 ^


4d4b3b1c0 ^


0117f494e ^
ddaedab83 ^
4d4b3b1c0 ^
c9d5c8268 ^
4d4b3b1c0 ^
fe5df368c ^
4d4b3b1c0 ^






c323ec015 ^
4d4b3b1c0 ^







ddaedab83 ^
c323ec015 ^
4d4b3b1c0 ^
e792940f5 ^
5131b3cea ^










e792940f5 ^




c323ec015 ^
ddaedab83 ^

765366c1f ^

ff4a69b62 ^

cd292568d ^
90119066a ^
e792940f5 ^
033c28f11 ^
cd292568d ^
4d4b3b1c0 ^
ddaedab83 ^
c323ec015 ^
4d4b3b1c0 ^

ddaedab83 ^
c323ec015 ^
4d4b3b1c0 ^


ddaedab83 ^
c323ec015 ^
ddaedab83 ^
becd46f61 ^
ddaedab83 ^

c323ec015 ^
ddaedab83 ^


6901a725d ^
c323ec015 ^
6901a725d ^




ff4a69b62 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147