2023-07-11 09:25:54 +00:00
|
|
|
version = "0.4.1"
|
2021-01-11 11:02:40 +00:00
|
|
|
author = "asynctest Authors"
|
|
|
|
description = "Test asynchronous code"
|
|
|
|
license = "MIT"
|
|
|
|
|
2021-07-07 08:32:50 +00:00
|
|
|
task test, "Runs the test suite":
|
|
|
|
for module in ["stdlib", "chronos", "unittest2"]:
|
|
|
|
withDir "testmodules/" & module:
|
2023-08-28 15:01:25 +00:00
|
|
|
delEnv "NIMBLE_DIR" # use nimbledeps dir
|
2021-07-07 08:32:50 +00:00
|
|
|
exec "nimble install -d -y"
|
|
|
|
exec "nimble test -y"
|