a789495a98
FreeBSD Smoke / FreeBSD Smoke (x86_64) (push) Has been cancelled
CI / Quality Guardrails (push) Has been cancelled
CI / Build & Test (macos-latest) (push) Has been cancelled
CI / Build & Test (ubuntu-latest) (push) Has been cancelled
CI / Build & Test (windows-latest) (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / PowerShell Syntax (push) Has been cancelled
CI / Windows Cross-Target Check (Linux) (push) Has been cancelled
19 lines
383 B
Rust
19 lines
383 B
Rust
//! End-to-end tests for jcode using a mock provider
|
|
//!
|
|
//! These tests verify the full flow from user input to response
|
|
//! without making actual API calls.
|
|
|
|
mod mock_provider;
|
|
mod test_support;
|
|
|
|
mod ambient;
|
|
mod binary_integration;
|
|
mod burst_spawn;
|
|
mod provider_behavior;
|
|
mod reload_multiclient;
|
|
mod safety;
|
|
mod session_flow;
|
|
mod transport;
|
|
#[cfg(windows)]
|
|
mod windows_lifecycle;
|