core-lightning/contrib/pyln-testing/pyln/testing
Christian Decker 8d8b807793 pytest: Make LightningNode.fund_channel more resilient
It was really flaky, especially under `test_mpp_interference_2`, most likely
due to multiple calls to `fund_channel`. This commit looks for the specific
txids in the `listfunds` output and the `getrawmempool` output, avoiding
strange artifacts from multiple calls.
2020-10-07 09:36:30 +10:30
..
__init__.py pyln-testing: Bump version to 0.9.0 and add Makefile for release 2020-08-30 20:03:42 +02:00
btcproxy.py pyln: Add mypy typing exceptions for external dependencies 2020-09-28 09:19:46 +09:30
db.py pyln: Add mypy typing exceptions for external dependencies 2020-09-28 09:19:46 +09:30
fixtures.py pytest: Reduce the db_provider fixture scope to function 2020-09-26 09:04:35 +09:30
utils.py pytest: Make LightningNode.fund_channel more resilient 2020-10-07 09:36:30 +10:30