mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-09 12:35:51 +00:00
086b5c3914
* [build] fix: ignore logging when running singular tests Ensures that logging is ignored at runtime when running individual tests using `nim c -r tests/...` * [build] Allow tests to be run with -d:chronicles_log_level When running tests with chronicles_log_level set, do not hide the the logs.
18 lines
459 B
Nim
18 lines
459 B
Nim
import ./codex/teststores
|
|
import ./codex/testblockexchange
|
|
import ./codex/teststorageproofs
|
|
import ./codex/testasyncheapqueue
|
|
import ./codex/testchunking
|
|
import ./codex/testmanifest
|
|
import ./codex/testnode
|
|
import ./codex/teststorestream
|
|
import ./codex/testpurchasing
|
|
import ./codex/testsales
|
|
import ./codex/testerasure
|
|
import ./codex/testproving
|
|
import ./codex/testutils
|
|
import ./codex/testclock
|
|
import ./codex/testsystemclock
|
|
|
|
{.warning[UnusedImport]: off.}
|