mirror of
https://github.com/openai/codex.git
synced 2026-09-10 20:26:47 +00:00
## What changed Remove the unused `codex-cli` dev-dependency and the no-op import that kept it visible to `cargo-shear`. TUI tests continue to locate spawned binaries through `codex-utils-cargo-bin`. GitOrigin-RevId: ba5855590c6f0300845170f15f39d77c0611a60a
8 lines
172 B
Rust
8 lines
172 B
Rust
#![allow(clippy::expect_used)]
|
|
|
|
// Single integration test binary that aggregates all test modules.
|
|
// The submodules live in `tests/suite/`.
|
|
mod test_backend;
|
|
|
|
mod suite;
|