Beautiful and efficient unit testing for Nim evolved from the standard library unittest module
Go to file
Ștefan Talpalaru 30d7c9bf41
add link
2019-05-19 23:19:20 +02:00
tests initial commit - from https://github.com/nim-lang/Nim/pull/9724 2019-05-19 23:11:17 +02:00
.gitignore initial commit - from https://github.com/nim-lang/Nim/pull/9724 2019-05-19 23:11:17 +02:00
LICENSE.txt initial commit - from https://github.com/nim-lang/Nim/pull/9724 2019-05-19 23:11:17 +02:00
README.md add link 2019-05-19 23:19:20 +02:00
nim.cfg initial commit - from https://github.com/nim-lang/Nim/pull/9724 2019-05-19 23:11:17 +02:00
unittest2.html initial commit - from https://github.com/nim-lang/Nim/pull/9724 2019-05-19 23:11:17 +02:00
unittest2.nim initial commit - from https://github.com/nim-lang/Nim/pull/9724 2019-05-19 23:11:17 +02:00
unittest2.nimble initial commit - from https://github.com/nim-lang/Nim/pull/9724 2019-05-19 23:11:17 +02:00

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