decred / tinydecred

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

tests: more unit tests for dcrdata.DcrdataBlockchain #97

Closed teknico closed 4 years ago

teknico commented 4 years ago

Add more unit tests for the methods in dcrdata.DcrdataBlockchain dealing with blocks.

Also fix several issues uncovered by the increased test coverage.

Part of #70.