mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
7 lines
181 B
Rust
7 lines
181 B
Rust
// Single integration test binary that aggregates all test modules.
|
|
// The submodules live in `tests/suite/`.
|
|
// exec/tests/all.rs
|
|
mod suite;
|
|
|
|
mod event_processor_with_json_output;
|