(dir: &std::path::Path)
| 812 | } |
| 813 | |
| 814 | fn config_for(dir: &std::path::Path) -> Config { |
| 815 | Config::new_with_codex_data_dir(dir.to_path_buf(), dir.join("codex")).expect("config") |
| 816 | } |
| 817 | |
| 818 | #[tokio::test] |
| 819 | async fn transcripts_scan_reads_projects_layout_and_legacy() { |
no outgoing calls
no test coverage detected