test: REPL command tests and CLI flag tests

This commit is contained in:
2026-05-01 11:57:17 -06:00
parent f3b410d146
commit b6ad7a575d
8 changed files with 796 additions and 43 deletions
+1 -1
View File
@@ -168,8 +168,8 @@ impl McpRuntime {
#[cfg(test)]
mod tests {
use crate::function::ToolCall;
use super::*;
use crate::function::ToolCall;
#[test]
fn mcp_runtime_new_is_empty() {