diff options
| author | Jack VanDrunen <jack@jackv.co> | 2018-05-18 01:15:13 -0700 |
|---|---|---|
| committer | Jack VanDrunen <jack@jackv.co> | 2018-05-18 01:15:13 -0700 |
| commit | cb07781b45b8edfb07165d338b2c2875dc166298 (patch) | |
| tree | 231b6a227d9becab39e9180c5f82837a2825470a | |
| parent | b88a10c1211dab7ce32671d8103eb39c3ef178fd (diff) | |
| download | packages-cb07781b45b8edfb07165d338b2c2875dc166298.tar.gz packages-cb07781b45b8edfb07165d338b2c2875dc166298.zip | |
Added package findtests
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
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" } ] |
