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