1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-10 01:56:45 +00:00
testscript-rs/src
copilot-swe-agent[bot] b6b0952f41 Use idiomatic TempDir::keep() instead of std::mem::forget()
Co-authored-by: imjasonh <210737+imjasonh@users.noreply.github.com>
2025-09-27 19:00:23 +00:00
..
run Use idiomatic TempDir::keep() instead of std::mem::forget() 2025-09-27 19:00:23 +00:00
error.rs improve error messages with context (#13) 2025-09-26 23:55:13 +00:00
lib.rs Implement TestWork functionality for preserving working directories on failure 2025-09-27 17:27:10 +00:00
parser.rs