aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-05-20 11:38:14 +0100
committerGitHub <noreply@github.com>2018-05-20 11:38:14 +0100
commit0082e5cad2af07f31c3c4e564371f738a042faaa (patch)
tree7892964d6c0492e30c491eabb00dc2e45b77a5ed
parentcda317d2809f43a0b7014c9a7e79dff64b15101d (diff)
parent0d7012c7e672454e1c4e9722a31398635abb742d (diff)
downloadpackages-0082e5cad2af07f31c3c4e564371f738a042faaa.tar.gz
packages-0082e5cad2af07f31c3c4e564371f738a042faaa.zip
Merge pull request #742 from jackvandrunen/master
Added package findtests
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 75b9eb3..f44e534 100644
--- a/packages.json
+++ b/packages.json
@@ -9357,5 +9357,19 @@
"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"
+ ],
+ "description": "A helper module for writing unit tests in Nim with nake or similar build system.",
+ "license": "ISC",
+ "web": "https://github.com/jackvandrunen/findtests"
}
]