squeaknode/squeaknode/bitcoin
Jonathan Zernik fc691ffeb2
Add call args assertions bitcoin client test (#1541)
* Add assertions for call args for some bitcoin client mocks

* Simplify bitcoin core client

* Add assertions on call args for getblockcount

* Add test for make_request method of bitcoin core client

* Use make_request method for bitcoin connection error tests

* Remove old comments

* Use call arg assertions for all methods of bitcoin core client
2021-10-08 12:29:27 -07:00
..
__init__.py Add license headers (#1080) 2021-08-27 18:31:53 -07:00
bitcoin_block_subscription_client.py Implement block subscription client (#1141) 2021-09-01 06:06:11 -07:00
bitcoin_client.py Add args to docstring for bitcoin client class (#1535) 2021-10-07 20:09:13 -07:00
bitcoin_core_client.py Add call args assertions bitcoin client test (#1541) 2021-10-08 12:29:27 -07:00
block_info.py Use deserialized block header in info object (#1536) 2021-10-07 20:54:14 -07:00
exception.py Add tests for bitcoin client get count method (#1530) 2021-10-07 19:42:15 -07:00