Any MT testing framework around shuttle MT testing crate
Any MT testing framework around shuttle MT testing crate
docs.rs shuttle - Rust
Shuttle is a library for testing concurrent Rust code, heavily inspired by Loom.
Anyone aware of a testing framework hopefully integrating well, and abstracting the shuttle testing functionality?
BTW I found rtest, but it doesn't in particular abstracts shuttle at all, it's a fixtures generic framework.
Planning to use shuttle to do MT testing targeting C binded code, and looking for a way to abstract as much as possible the shuttle scheduler trait and such...
Thanks !
0
comments