core-agent-ide/codex-rs/ollama/src
Parker Thompson a075424437
Added allow-expect-in-tests / allow-unwrap-in-tests (#2328)
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
2025-08-14 17:59:01 -07:00
..
client.rs Added allow-expect-in-tests / allow-unwrap-in-tests (#2328) 2025-08-14 17:59:01 -07:00
lib.rs fix: when using --oss, ensure correct configuration is threaded through correctly (#1859) 2025-08-05 13:55:32 -07:00
parser.rs Introduce --oss flag to use gpt-oss models (#1848) 2025-08-05 11:31:11 -07:00
pull.rs Introduce --oss flag to use gpt-oss models (#1848) 2025-08-05 11:31:11 -07:00
url.rs Introduce --oss flag to use gpt-oss models (#1848) 2025-08-05 11:31:11 -07:00