mirror of
https://github.com/openai/codex.git
synced 2026-05-04 03:16:31 +00:00
5 lines
159 B
Rust
5 lines
159 B
Rust
// Single integration test binary that aggregates all test modules.
|
|
// The submodules live in `tests/suite/`.
|
|
mod event_processor_with_json_output;
|
|
mod suite;
|