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

Description
Beautiful and efficient unit testing for Nim evolved from the standard library unittest module
Readme
Languages
Nim 100%