Merge pull request #742 from jackvandrunen/master

Added package findtests
This commit is contained in:
Dominik Picheta 2018-05-20 11:38:14 +01:00 committed by GitHub
commit 0082e5cad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]