summaryrefslogtreecommitdiff
path: root/rola-utils/functions/src/test_sandbox.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use `io::Error::other` and simplify closures魏曹先生12 days1-2/+2
|
* feat: add test sandbox helper and enable tokio multi-thread runtime魏曹先生12 days1-0/+115
Replace `copy_with_temp_rename` module with `test_sandbox` providing automatic cleanup of test directories. Add `rt`, `rt-multi-thread`, and `macros` tokio features.