diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-02-03 12:19:12 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-02-03 12:19:12 +0200 |
| commit | fd191fd9b67794d72ec9c28de9c366d81d29629f (patch) | |
| tree | e5581c4d39ce723e37654c2413d2ca4e0c66376d /log_db/tests | |
| parent | 0739820819dbbab9ebd4b91efc2dbda775d2f313 (diff) | |
Use logger ctor in all tests
Diffstat (limited to 'log_db/tests')
| -rw-r--r-- | log_db/tests/integration.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/log_db/tests/integration.rs b/log_db/tests/integration.rs index 5d56fbf..31d2831 100644 --- a/log_db/tests/integration.rs +++ b/log_db/tests/integration.rs @@ -27,10 +27,6 @@ pub fn tmp_dir() -> String { #[ctor] fn init_logger() { let _ = env_logger::builder().is_test(true).try_init(); - - // todo add panic hook stuff - // - https://stackoverflow.com/questions/54917373/retrieving-backtrace-from-a-panic-in-hook-in-rust - // - https://github.com/sndels/yuki/blob/e86b379165ec657197b1c14b78164bd09a8aa1dc/yuki/src/main.rs#L74 } #[derive(Eq, PartialEq, Clone, Debug)] |
