We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f2ef3 commit 96c4710Copy full SHA for 96c4710
unittest2.nim
@@ -161,7 +161,7 @@ const
161
## conservatively. `suite` features (`setup` etc) in particular are not
162
## supported.
163
unittest2ListTests* {.booldefine.} = false
164
- ## List tests at runtime (useful for test runners)
+ ## List tests at runtime without actually running them (useful for test runners)
165
166
when useTerminal:
167
import std/terminal
0 commit comments