cuprate/test-utils
Boog900 475c8c5ac0
imporove Monerod spawn stability (#66)
* output monerod logs when a thread panics

* always spawn a monerod don't attempt to re-use

* set zmq port and `non-interactive`

* check monerod has started before test

* remove test panic

* review changes
2024-02-16 22:47:50 +00:00
..
src imporove Monerod spawn stability (#66) 2024-02-16 22:47:50 +00:00
Cargo.toml imporove Monerod spawn stability (#66) 2024-02-16 22:47:50 +00:00
README.MD ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00

Test Utils

This crate contains code that can be shared across multiple Cuprate crates tests, this crate should not be included in any Cuprate crate, only in tests.

It currently contains code to spawn monerod instances and a testing network zone.