Commit 551bec7
π§ͺ Add error path test for extract_manifest
π― **What:** Adds a missing error path test for `extract_manifest` in `compat-harness` when provided with non-existent paths.
π **Coverage:** The scenario where the upstream workspace or repository paths do not exist and `fs::read_to_string` fails is now tested to ensure it returns a `NotFound` error.
β¨ **Result:** Improved test coverage and reliability for path resolution failure modes.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 27c415a commit 551bec7
3 files changed
Lines changed: 11 additions & 42 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
357 | 365 | | |
0 commit comments