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.)
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 theCargo.toml
file.(I also would like to get rid of
test_executables_helper
at some point.)