# External (non-OpenAI) Pull Request Requirements Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed: https://github.com/openai/codex/blob/main/docs/contributing.md If your PR conforms to our contribution guidelines, replace this text with a detailed and high quality description of your changes.
11 lines
224 B
Rust
11 lines
224 B
Rust
// Aggregates all former standalone integration tests as modules.
|
|
mod auth;
|
|
mod codex_message_processor_flow;
|
|
mod codex_tool;
|
|
mod config;
|
|
mod create_conversation;
|
|
mod interrupt;
|
|
mod list_resume;
|
|
mod login;
|
|
mod send_message;
|