()
| 966 | } |
| 967 | |
| 968 | fn request() -> Context { |
| 969 | Context { |
| 970 | query: vec!["authentication".to_string()], |
| 971 | intent: Some("PIMO-1".to_string()), |
| 972 | files: vec!["src/auth.rs".to_string()], |
| 973 | limit: 5, |
| 974 | budget_chars: 8000, |
| 975 | candidates_only: false, |
| 976 | format: "json".to_string(), |
| 977 | json: true, |
| 978 | } |
| 979 | } |
| 980 | |
| 981 | #[test] |
| 982 | fn test_run_rejects_unknown_format_before_repository_lookup() { |
no outgoing calls