summary refs log tree commit diff stats
path: root/lib/pure/unittest.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-03-03 13:00:09 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-03-03 13:00:09 +0100
commit5d125ca716b83abd850a5f270085a755dbd4c80c (patch)
treea5d4f6662b02fafb0a819e91056ad6e472883fb4 /lib/pure/unittest.nim
parent3b0430bec6be70e3312914d6034963319f860591 (diff)
parenta42801d100c2ec33b93af89f7fd2b17cfe5d4fbc (diff)
downloadNim-5d125ca716b83abd850a5f270085a755dbd4c80c.tar.gz
Merge branch 'devel' into faster-nimsuggest
Diffstat (limited to 'lib/pure/unittest.nim')
-rw-r--r--lib/pure/unittest.nim2
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