[model-gateway] reorganize integration tests into logical subdirectories (#16451)

This commit is contained in:
Simo Lin
2026-01-04 21:49:20 -08:00
committed by GitHub
parent 4ea6a11c83
commit e53160bb31
24 changed files with 99 additions and 65 deletions
+6
View File
@@ -0,0 +1,6 @@
//! API integration tests
#[path = "common/mod.rs"]
pub mod common;
mod api;