nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.11k stars 92 forks source link

Tracking issue for setup-scripts #978

Open sunshowers opened 11 months ago

sunshowers commented 11 months ago

Open questions

tisonkun commented 1 month ago

This setup script seems to be executed before test. How can I do if I'd set up a database and teardown after the test suite finished?

For non-blocking start, I may use & to keep the database running in the background. But it seems missing a teardown script hook.