183eaaa577 | ||
---|---|---|
tests | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
nim.cfg | ||
unittest2.html | ||
unittest2.nim | ||
unittest2.nimble |
README.md
description
unittest2 is a fork of the unittest module in the Nim standard library, with a focus on parallel test execution.
This fork was originally a pull request: https://github.com/nim-lang/Nim/pull/9724
testing
nimble test
installation
nimble install
usage
Replace import unittest
with import unittest2
and see the unittest2.html documentation generated by nim doc unittest2.nim
.
license
MIT
credits
-
original author: Zahary Karadjov
-
fork author: Ștefan Talpalaru <stefantalpalaru@yahoo.com>