core-lightning/tests
Christian Decker 27a186be9c pytest: Stabilize LightningNode.openchannel for multiple channels
When opening a number channels from a single node we could end up not waiting
for the funding tx to make it into the mempool, instead triggering on a previous
`sendrawtransaction` or `CHANNEL_NORMAL` in the logs. This now checks that the
actual funding transaction makes it into the mempool and that we wait for the
depth change for that specific channel.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-05-31 02:30:27 +00:00
..
benchmark.py pytest: Actually wait for payments to confirm in benchmark 2018-05-23 00:20:19 +00:00
fixtures.py gossipd: specify origin of updates in errors. 2018-05-19 15:52:56 -04:00
requirements.txt pytest: Add flaky dependency and mark as test_closing_different_fees 2018-05-07 02:40:50 +00:00
test_closing.py pytest: Use the port from the lightning node 2018-05-08 22:06:04 +02:00
test_gossip.py gossip: Disable local channels after loading the gossip_store 2018-05-31 02:30:27 +00:00
test_lightningd.py gossip: Disable local channels after loading the gossip_store 2018-05-31 02:30:27 +00:00
utils.py pytest: Stabilize LightningNode.openchannel for multiple channels 2018-05-31 02:30:27 +00:00