version = "0.5.2" author = "asynctest Authors" description = "Test asynchronous code" license = "MIT" skipDirs = @["testmodules"] task test, "Runs the test suite": for module in ["stdlib", "chronosv3", "chronosv4", "unittest2"]: withDir "testmodules/" & module: delEnv "NIMBLE_DIR" # use nimbledeps dir exec "nimble install -d -y" exec "nimble test -y"