Added package nimtest (#2294)

This commit is contained in:
Avahe Kellenberger 2022-07-27 22:16:50 -04:00 committed by GitHub
parent 15a27860a4
commit fcf11022be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26847,5 +26847,18 @@
"description": "Command line argument parser in the form commonly used in ordinary shell.",
"license": "MIT",
"web": "https://github.com/uga-rosa/shellopt.nim"
},
{
"name": "nimtest",
"url": "https://github.com/avahe-kellenberger/nimtest",
"method": "git",
"tags": [
"nim",
"test",
"framework"
],
"description": "Simple testing framework for Nim",
"license": "GPL-2.0-only",
"web": "https://github.com/avahe-kellenberger/nimtest"
}
]