[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
+7
View File
@@ -0,0 +1,7 @@
//! API endpoint integration tests
mod api_endpoints_test;
mod parser_endpoints_test;
mod request_formats_test;
mod responses_api_test;
mod streaming_tests;