Support integration tests with Redis binary (#17045)

This commit is contained in:
fzyzcjy
2026-01-17 11:59:04 +08:00
committed by GitHub
parent 305c1a575a
commit a7b5f75d88
5 changed files with 125 additions and 6 deletions
+1
View File
@@ -4,6 +4,7 @@
pub mod mock_mcp_server;
pub mod mock_openai_server;
pub mod mock_worker;
pub mod redis_test_server;
pub mod streaming_helpers;
pub mod test_app;
pub mod test_certs;