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