aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2017-02-14 18:42:05 +0000
committerGitHub <noreply@github.com>2017-02-14 18:42:05 +0000
commit0c9d410bbef23a14aa9d086810038b7861ec68e8 (patch)
tree85c9f2723a8ddf38b19fcfb948d0298b85849cde
parentcd3d46cbd5c30c97458684a045db17670b01f08b (diff)
downloadpackages-0c9d410bbef23a14aa9d086810038b7861ec68e8.tar.gz
packages-0c9d410bbef23a14aa9d086810038b7861ec68e8.zip
Add testrunner
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
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"
}
]