soenkehahn / cradle

Rust library for running child processes
Creative Commons Zero v1.0 Universal
38 stars 5 forks source link

Refactor panic source location tests #209

Open soenkehahn opened 2 years ago

soenkehahn commented 2 years ago

This PR gets rid of the test_executables_panic executable, while re-implementing the same tests in a different way. I think this is better since the executable is not meant for users of the library and as such ideally shouldn't show up in the Cargo.toml file.

(I also would like to get rid of test_executables_helper at some point.)