This PR: * Added the clippy.toml to configure allowable expect / unwrap usage in tests * Removed as many expect/allow lines as possible from tests * moved a bunch of allows to expects where possible Note: in integration tests, non `#[test]` helper functions are not covered by this so we had to leave a few lingering `expect(expect_used` checks around
2 lines
57 B
TOML
2 lines
57 B
TOML
allow-expect-in-tests = true
|
|
allow-unwrap-in-tests = true |