mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-06 23:53:09 +00:00
17 lines
345 B
Nim
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
|