ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Tests for XSD validation module.

#[cfg(test)]
mod tests {
    use super::*;

    include!("tests/format_for_ai_retry.rs");
    include!("tests/validate_xml_against_xsd.rs");
    include!("tests/commit_message_elements.rs");
    include!("tests/llm_realistic_outputs.rs");
    include!("tests/tolerant_parsing.rs");
}