mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
update unittest docs with correct exit code info (#15502)
This commit is contained in:
committed by
GitHub
parent
fa84121421
commit
dd86228548
@@ -22,8 +22,8 @@
|
||||
## 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
|
||||
## Compiled test files as well as ``nim c -r <testfile.nim>``
|
||||
## exit with 0 for success (no failed tests) or 1 for failure.
|
||||
##
|
||||
## Running a single test
|
||||
## =====================
|
||||
|
||||
Reference in New Issue
Block a user