mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-18 05:36:50 +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.
5 lines
109 B
Nim
5 lines
109 B
Nim
import ./integration/testIntegration
|
|
import ./integration/testblockexpiration
|
|
|
|
{.warning[UnusedImport]:off.}
|