diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-20 11:38:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-20 11:38:14 +0100 |
| commit | 0082e5cad2af07f31c3c4e564371f738a042faaa (patch) | |
| tree | 7892964d6c0492e30c491eabb00dc2e45b77a5ed | |
| parent | cda317d2809f43a0b7014c9a7e79dff64b15101d (diff) | |
| parent | 0d7012c7e672454e1c4e9722a31398635abb742d (diff) | |
| download | packages-0082e5cad2af07f31c3c4e564371f738a042faaa.tar.gz packages-0082e5cad2af07f31c3c4e564371f738a042faaa.zip | |
Merge pull request #742 from jackvandrunen/master
Added package findtests
| -rw-r--r-- | packages.json | 14 |
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" } ] |
