mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
Three tests covering the save_session / load_session helpers: - session_save_load_roundtrip: full write-then-read cycle verifying content, and that a second load returns None (file deleted). - session_save_empty_load_returns_empty_vec: edge case of empty list. - load_session_no_file_returns_none: missing file returns None. Also fixes save_session to create_dir_all on the parent directory before writing, which was the root cause of test failures. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||