rust-lightning/lightning-transaction-sync/tests
Elias Rohrer f75ad8021b
Move test bitcoind/electrsd out of OnceCell
`OnceCell` doesn't call `drop`, which makes the spawned
`bitcoind`/`electrsd` instances linger around after our tests have
finished. To fix this, we move them out of `OnceCell` and let every test
that needs them spawn their own instances. This additional let us drop
the `OnceCell` dev dependency.
2023-03-28 17:13:54 +02:00
..
integration_tests.rs Move test bitcoind/electrsd out of OnceCell 2023-03-28 17:13:54 +02:00