mirror of
https://github.com/status-im/nim-unittest2.git
synced 2025-02-18 04:46:24 +00:00
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>
Description
Beautiful and efficient unit testing for Nim evolved from the standard library
unittest
module
Languages
Nim
100%