| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Acpi0007DetectionTests._inspect reopened a still-open NamedTemporaryFile, which fails on Windows — _inspect_dsdt then hit its read-error path and the assertions failed. Write/close/inspect/unlink instead. - test_shared_command_builder_includes_output_directory hard-coded the POSIX string "/tmp/recovery"; compare against str(Path(...)) so it also passes where os.sep is a backslash. Both pass on POSIX today; this only widens them. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Two tests fail on a Windows checkout (green on POSIX / CI). This only widens them.