12 lines
221 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
2021-11-30 02:45:36 +02:00
testrpcmacro, testethcalls, testhttp, testserverclient
when not useNews:
# The proxy implementation is based on websock
import testproxy