mirror of
https://github.com/status-im/nim-unittest2.git
synced 2025-02-17 20:36:24 +00:00
* Add -d:unittestPrintTime to show test duration in console * Add environment variable option NIMTEST_TIMING * Bump version to 0.0.4
9 lines
208 B
Nim
9 lines
208 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
version = "0.0.4"
|
|
author = "Ștefan Talpalaru"
|
|
description = "unittest fork with support for parallel test execution"
|
|
license = "MIT"
|
|
requires "nim >= 0.19.4"
|
|
|