decred / tinydecred

Python tools for Decred
ISC License
27 stars 14 forks source link

test: more unit and integration tests for RPC #148

Closed teknico closed 4 years ago

teknico commented 4 years ago

This adds unit tests, and more integration tests, to dcr/rpc.py.

It also fixes several issues found while testing, and refactors testing code shared with test_dcrdata_unit.py.

Split into several commits for easier reviewing.

Part of #70.