diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-03-03 13:00:09 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-03-03 13:00:09 +0100 |
commit | 5d125ca716b83abd850a5f270085a755dbd4c80c (patch) | |
tree | a5d4f6662b02fafb0a819e91056ad6e472883fb4 /lib/pure/unittest.nim | |
parent | 3b0430bec6be70e3312914d6034963319f860591 (diff) | |
parent | a42801d100c2ec33b93af89f7fd2b17cfe5d4fbc (diff) | |
download | Nim-5d125ca716b83abd850a5f270085a755dbd4c80c.tar.gz |
Merge branch 'devel' into faster-nimsuggest
Diffstat (limited to 'lib/pure/unittest.nim')
-rw-r--r-- | lib/pure/unittest.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/unittest.nim b/lib/pure/unittest.nim index 55f273154..dd7009d63 100644 --- a/lib/pure/unittest.nim +++ b/lib/pure/unittest.nim @@ -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 |