mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-10 13:05:48 +00:00
d07a5cd19e
Introduce new nimble 'test' task that runs *all* tests. Renames testAll to testDagger, because testAll didn't run all tests, it forgot to run the contract tests.
10 lines
238 B
Nim
10 lines
238 B
Nim
import ./dagger/teststores
|
|
import ./dagger/testblockexc
|
|
import ./dagger/testasyncheapqueue
|
|
import ./dagger/testchunking
|
|
import ./dagger/testmanifest
|
|
import ./dagger/testnode
|
|
import ./dagger/teststorestream
|
|
|
|
{.warning[UnusedImport]: off.}
|