bet icon indicating copy to clipboard operation
bet copied to clipboard

Writing test cases to test CHIPS RPC's used in bet

Open sg777 opened this issue 3 years ago • 1 comments

In order to port the upstream changes frequently into the CHIPS repo, so need to have an easy way to test any change in CHIPS RPC functionalities.

The idea is write test cases that covers all the RPC calls used in bet.

The test cases should cover change in RPC functionalities, and change in i/p and o/p params of the RPCs.

sg777 avatar Jun 15 '21 06:06 sg777

@imylomylo has been writing test cases skeleton here: https://github.com/imylomylo/verus-release-testing-mylo/blob/main/test_stuff.py which we can refer while writing the test cases to test CHIPS and LN RPC's.

sg777 avatar Sep 01 '21 05:09 sg777