()
| 861 | } |
| 862 | |
| 863 | fn request() -> Context { |
| 864 | Context { |
| 865 | query: vec!["authentication".to_string()], |
| 866 | intent: Some("PIMO-1".to_string()), |
| 867 | files: vec!["src/auth.rs".to_string()], |
| 868 | limit: 5, |
| 869 | budget_chars: 8000, |
| 870 | format: "json".to_string(), |
| 871 | json: true, |
| 872 | } |
| 873 | } |
| 874 | |
| 875 | #[test] |
| 876 | fn test_run_rejects_unknown_format_before_repository_lookup() { |
no outgoing calls