Added package asynctest (#1781)

This commit is contained in:
markspanbroek 2021-01-11 19:23:07 +01:00 committed by GitHub
parent c6051496dc
commit f2c8408453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21138,5 +21138,18 @@
"description": "Nim library to get/set a hostname",
"license": "Apache-2.0",
"web": "https://github.com/rominf/nim-hostname"
},
{
"name": "asynctest",
"url": "https://github.com/markspanbroek/asynctest",
"method": "git",
"tags": [
"test",
"unittest",
"async"
],
"description": "Test asynchronous code",
"license": "MIT",
"web": "https://github.com/markspanbroek/asynctest"
}
]