cuprate-hinto-janai/test-utils
Boog900 e560ecc2ee
Add a test for an inbound handshake from monerod (#75)
* monerod: set a random DB and remove dir when done

* add a test for an inbound monerod handshake

* don't fail if can't remove dir on windows

* Update test-utils/src/monerod.rs

Co-authored-by: hinto-janai <hinto.janai@protonmail.com>

* use `temp_dir`

* use `tempfile`

---------

Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
2024-02-25 21:21:25 +00:00
..
src Add a test for an inbound handshake from monerod (#75) 2024-02-25 21:21:25 +00:00
Cargo.toml Add a test for an inbound handshake from monerod (#75) 2024-02-25 21:21:25 +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.