2021-11-29 15:36:17 +02:00

17 lines
345 B
Nim

{. warning[UnusedImport]:off .}
import
../json_rpc/clients/config
import
testrpcmacro, testethcalls, testhttp
when not useNews:
# TODO The websock server doesn't interop properly
# with the news client at the moment
import testserverclient
when not useNews:
# The proxy implementation is based on websock
import testproxy