work on mocks and unit tests

This commit is contained in:
Ian Norden
2019-12-02 13:24:50 -06:00
parent d702cb720c
commit 15e044403d
753 changed files with 201600 additions and 135 deletions
@@ -0,0 +1,4 @@
// This test checks that calls with "params":null work.
--> {"jsonrpc":"2.0","method":"test_noArgsRets","params":null,"id":3}
<-- {"jsonrpc":"2.0","id":3,"result":null}