mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-07-02 06:19:52 +00:00
* Remove hardcoded ports in tests * Promote getPorts to a public helper in net/net_config.nim * Make 0.0.0.0:0 a default argument for newTestWakuNode
12 lines
258 B
Nim
12 lines
258 B
Nim
{.used.}
|
|
|
|
import
|
|
./test_wakunode_filter,
|
|
./test_wakunode_legacy_lightpush,
|
|
./test_wakunode_lightpush,
|
|
./test_wakunode_peer_exchange,
|
|
./test_wakunode_store,
|
|
./test_wakunode_peer_manager,
|
|
./test_wakunode_health_monitor,
|
|
./test_wakunode_restart
|