mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-09 17:03:09 +00:00
* [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.
9 lines
223 B
Nim
9 lines
223 B
Nim
import ./contracts/testCollateral
|
|
import ./contracts/testContracts
|
|
import ./contracts/testMarket
|
|
import ./contracts/testProofs
|
|
import ./contracts/testInteractions
|
|
import ./contracts/testClock
|
|
|
|
{.warning[UnusedImport]:off.}
|