Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion unittest2.nim
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const
## conservatively. `suite` features (`setup` etc) in particular are not
## supported.
unittest2ListTests* {.booldefine.} = false
## List tests at runtime (useful for test runners)
## List tests at runtime without actually running them (useful for test runners)

when useTerminal:
import std/terminal
Expand Down