2022-01-17 16:04:14 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
author = "Nim Ethers Authors"
|
|
|
|
description = "Tests for Nim Ethers library"
|
|
|
|
license = "MIT"
|
|
|
|
|
2022-09-20 07:53:28 +00:00
|
|
|
requires "asynctest >= 0.3.2 & < 0.4.0"
|
2022-05-23 14:20:51 +00:00
|
|
|
requires "questionable >= 0.10.3 & < 0.11.0"
|
2022-01-17 16:04:14 +00:00
|
|
|
|
|
|
|
task test, "Run the test suite":
|
|
|
|
exec "nimble install -d -y"
|
|
|
|
exec "nim c -r test"
|