test: added integration tests for inter-feature interactions like RAG + Agents, function calling/MCP servers, etc.
This commit is contained in:
+5
-1
@@ -1280,7 +1280,11 @@ mod tests {
|
||||
];
|
||||
for ext in known {
|
||||
let seps = get_separators(ext);
|
||||
assert_ne!(seps, DEFAULT_SEPARATORS.to_vec(), "Extension '{ext}' should have language-specific separators");
|
||||
assert_ne!(
|
||||
seps,
|
||||
DEFAULT_SEPARATORS.to_vec(),
|
||||
"Extension '{ext}' should have language-specific separators"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user