Skip to content

Commit 1efa65b

Browse files
authored
Add information that unittest2ListTests prevents the tests from running. (#64)
1 parent 26f2ef3 commit 1efa65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest2.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const
161161
## conservatively. `suite` features (`setup` etc) in particular are not
162162
## supported.
163163
unittest2ListTests* {.booldefine.} = false
164-
## List tests at runtime (useful for test runners)
164+
## List tests at runtime without actually running them (useful for test runners)
165165

166166
when useTerminal:
167167
import std/terminal

0 commit comments

Comments
 (0)