mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
Merge pull request #5442 from FedericoCeratto/patch-24
Add comment on return value
This commit is contained in:
@@ -47,6 +47,8 @@
|
||||
## Tests can be nested, however failure of a nested test will not mark the
|
||||
## parent test as failed. Setup and teardown are inherited. Setup can be
|
||||
## overridden locally.
|
||||
## Compiled test files return the number of failed test as exit code, while
|
||||
## nim c -r <testfile.nim> exits with 0 or 1
|
||||
|
||||
import
|
||||
macros
|
||||
|
||||
Reference in New Issue
Block a user