# Test code is allowed to be pragmatic — unwraps, panics, slicing, and dbg!# stay legal under `cargo test` even when production code denies them.allow-unwrap-in-tests=trueallow-expect-in-tests=trueallow-panic-in-tests=trueallow-indexing-slicing-in-tests=trueallow-dbg-in-tests=true