mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
## Summary These tests were getting a bit unwieldy, and they're starting to become load-bearing. Let's clean them up, and get them working solidly so we can easily expand this harness with new tests. ## Test Plan - [x] Tests continue to pass
5 lines
108 B
Rust
5 lines
108 B
Rust
// Aggregates all former standalone integration tests as modules.
|
|
mod apply_patch;
|
|
mod common;
|
|
mod sandbox;
|