radicle-dev / radicle-link

The second iteration of the Radicle code collaboration protocol.
Other
421 stars 39 forks source link

testing: move daemon test to centralisised test crate #667

Closed kim closed 3 years ago

kim commented 3 years ago

In the process, confine setup/teardown boilerplate in a Harness struct similar to the testnet, ensuring, amongst other things, that the temporary directories outlive the runtime.

Also some error context + proper spawn_blocking where advisable.

Signed-off-by: Kim Altintop kim@eagain.st