From cb07781b45b8edfb07165d338b2c2875dc166298 Mon Sep 17 00:00:00 2001 From: Jack VanDrunen Date: Fri, 18 May 2018 01:15:13 -0700 Subject: [PATCH 1/2] Added package findtests --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index fe4394a..716e53d 100644 --- a/packages.json +++ b/packages.json @@ -9356,5 +9356,21 @@ "description": "Executable for finding information about programs in PATH", "license": "MIT", "web": "https://github.com/aleandros/about" + }, + { + "name": "findtests", + "url": "https://github.com/jackvandrunen/findtests", + "method": "git", + "tags": [ + "test", + "tests", + "testing", + "unit test", + "unit tests", + "unit testing" + ], + "description": "A helper module for writing unit tests in Nim with nake or similar build system.", + "license": "ISC", + "web": "https://github.com/jackvandrunen/findtests" } ] From 0d7012c7e672454e1c4e9722a31398635abb742d Mon Sep 17 00:00:00 2001 From: Jack VanDrunen Date: Sat, 19 May 2018 16:14:38 -0700 Subject: [PATCH 2/2] Removed spaces from tags in findtests --- packages.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 28681a1..f44e534 100644 --- a/packages.json +++ b/packages.json @@ -9366,9 +9366,7 @@ "test", "tests", "testing", - "unit test", - "unit tests", - "unit testing" + "unit" ], "description": "A helper module for writing unit tests in Nim with nake or similar build system.", "license": "ISC",