pub fn minimal()
Shortcut to better_panic::Settings::new().verbosity(better_panic::Verbosity::Minimal).install();
better_panic::Settings::new().verbosity(better_panic::Verbosity::Minimal).install()
Meant to be used at the start of your tests.