decred / tinydecred

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

test: more dcrdata unit tests #145

Closed teknico closed 4 years ago

teknico commented 4 years ago

Improve test coverage for dcr.dcrdata up to 97%. Part of #70.

Including proper separation between the sending and receiving parts of MockWebsocketClient, and resetting the global dcrdata._subcounter (globals are bad).