rgb-cln/tests
Rusty Russell 2f4c16c388 pytest: fix race in test_bcli.
On my test machine, we queried bitcoind before the close tx was sent:

```
        # When output is spent, it should give us null !
        txo = l1.rpc.call("getutxout", {"txid": txid, "vout": 0})
>       assert txo["amount"] is txo["script"] is None
E       AssertionError: assert '20000000msat' is '00205b8cd3b914cf67cdd8fa6273c930353dd36476734fbd962102c2df53b90880cd'

tests/test_plugin.py:1221: AssertionError
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-08-13 12:49:49 +02:00
..
data
plugins libplugin: allow commands and options to mark themselves deprecated. 2020-08-11 08:43:18 +09:30
vectors
benchmark.py
conftest.py
db.py
fixtures.py
test_closing.py pytest: don't wait for channel active message in test_closing.py::test_penalty_htlc_tx_timeout 2020-08-13 10:39:56 +09:30
test_connection.py pytest: add slow_test marker. 2020-08-07 13:57:31 +02:00
test_db.py
test_gossip.py pytest: use get_nodes more widely. 2020-08-07 13:57:31 +02:00
test_invoices.py pytest: use get_nodes more widely. 2020-08-07 13:57:31 +02:00
test_misc.py pytest: make valgrind a per-node option. 2020-08-07 13:57:31 +02:00
test_onion.py
test_pay.py pytest: Reproduce #3915 2020-08-12 19:10:48 +02:00
test_plugin.py pytest: fix race in test_bcli. 2020-08-13 12:49:49 +02:00
test_wallet.py pytest: fix occasional error in test_sign_and_send_psbt: 2020-08-13 10:39:56 +09:30
utils.py pytest: add slow_test marker. 2020-08-07 13:57:31 +02:00