17 lines
345 B
Nim
Raw Normal View History

2020-09-21 11:37:29 +07:00
{. warning[UnusedImport]:off .}
2018-04-11 14:48:34 +03:00
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