From 0c9d410bbef23a14aa9d086810038b7861ec68e8 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Tue, 14 Feb 2017 18:42:05 +0000 Subject: [PATCH] Add testrunner --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 87bbb7d..24f229b 100644 --- a/packages.json +++ b/packages.json @@ -5958,5 +5958,20 @@ "description": "DataFrame API enabling fast out-of-core data analytics", "license": "MIT", "web": "https://github.com/bluenote10/NimData" + }, + { + "name": "testrunner", + "url": "https://github.com/FedericoCeratto/nim-testrunner", + "method": "git", + "tags": [ + "test", + "tests", + "unittest", + "utility", + "tdd" + ], + "description": "Test runner with file monitoring and desktop notification capabilities", + "license": "GPLv3", + "web": "https://github.com/FedericoCeratto/nim-testrunner" } ]