mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
* fix: deprecate `--dns-discovery` Properly deprecates `--dns-discovery` CLI arg. DNS Discovery is enabled if a non-empty DNS Discovery URL is passed. * test: add test_all for factory add and use test_all for some tests.
16 lines
299 B
Nim
16 lines
299 B
Nim
{.used.}
|
|
|
|
import
|
|
./test_rest_admin,
|
|
./test_rest_cors,
|
|
./test_rest_debug,
|
|
./test_rest_debug_serdes,
|
|
./test_rest_filter,
|
|
./test_rest_health,
|
|
./test_rest_lightpush,
|
|
./test_rest_lightpush_legacy,
|
|
./test_rest_relay_serdes,
|
|
./test_rest_relay,
|
|
./test_rest_serdes,
|
|
./test_rest_store
|