From 0dfa1f831418d603d38244e5c9cd983c9c74750d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sun, 25 Apr 2021 14:18:31 +0200 Subject: [PATCH] Add package unittest2 (#1883) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index a6d3a0c..fde0453 100644 --- a/packages.json +++ b/packages.json @@ -22324,5 +22324,17 @@ "description": "Call remote Nim functions as if it's local", "license": "MIT", "web": "https://github.com/al6x/nim/tree/main/nodem" + }, + { + "name": "unittest2", + "url": "https://github.com/status-im/nim-unittest2", + "method": "git", + "tags": [ + "tests", + "unit-testing" + ], + "description": "unittest fork focused on parallel test execution", + "license": "MIT", + "web": "https://github.com/status-im/nim-unittest2" } ]