fryorcraken 4b186a4b28 fix: deprecate --dns-discovery (#3485)
* 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.
2025-07-03 11:56:43 +10:00

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