Codex Handbook
core/tests/all.rs 7 lines
#![allow(clippy::expect_used)]// Single integration test binary that aggregates all test modules.// The submodules live in `tests/all/`.pub use codex_protocol::error;mod suite;