Suppose I have a Rust program with some blackbox tests written in sh or Python (for example). Is there any easy way to get Cargo test
to run them?
(I realize this is a bit against the grain of Cargo, since it's likely to introduce untracked dependencies on OS tools. But it'd be really useful, since I have some existing tests I want to reuse.)