mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
* Waku V2 history query POC * Fix folder structure * Improve test clarity * Improve imports, returns and some naming * Changed naming conventions. Refactor & improve. Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
14 lines
339 B
Nim
14 lines
339 B
Nim
import
|
|
# Waku v2 tests
|
|
# TODO: enable this when it is altered into a proper waku relay test
|
|
# ./v2/test_waku,
|
|
./v2/test_wakunode,
|
|
./v2/test_waku_store,
|
|
./v2/test_waku_filter,
|
|
./v2/test_waku_pagination,
|
|
./v2/test_waku_payload,
|
|
./v2/test_rpc_waku,
|
|
./v2/test_waku_swap,
|
|
./v2/test_message_store,
|
|
./v2/test_jsonrpc_waku
|