mirror of
https://github.com/logos-storage/asynctest.git
synced 2026-01-05 22:43:06 +00:00
Fix local dependencies in tests
This commit is contained in:
parent
fde8a33173
commit
476191f7dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
!*.*
|
!*.*
|
||||||
nimble.develop
|
nimble.develop
|
||||||
nimble.paths
|
nimble.paths
|
||||||
|
nimbledeps
|
||||||
|
|||||||
@ -6,5 +6,6 @@ license = "MIT"
|
|||||||
task test, "Runs the test suite":
|
task test, "Runs the test suite":
|
||||||
for module in ["stdlib", "chronos", "unittest2"]:
|
for module in ["stdlib", "chronos", "unittest2"]:
|
||||||
withDir "testmodules/" & module:
|
withDir "testmodules/" & module:
|
||||||
|
delEnv "NIMBLE_DIR" # use nimbledeps dir
|
||||||
exec "nimble install -d -y"
|
exec "nimble install -d -y"
|
||||||
exec "nimble test -y"
|
exec "nimble test -y"
|
||||||
|
|||||||
0
testmodules/unittest2/nimbledeps/.keep
Normal file
0
testmodules/unittest2/nimbledeps/.keep
Normal file
Loading…
x
Reference in New Issue
Block a user