Commit Graph

8 Commits

Author SHA1 Message Date
Ayaz Hafiz
33945a7d5c
Add env var for workspace root and scaffold builtins fmt test 2022-05-18 14:30:03 -04:00
Anton-4
0f59f3097a
cargo fix --edition 2022-05-16 17:04:17 +02:00
Anton-4
6cbdb9680c
added some comments 2022-05-03 13:39:11 +02:00
Anton-4
1142377b42
fixed removal panic 2022-05-02 14:12:55 +02:00
Jared Cone
497b8c114e
Updated new tests 2022-04-20 22:02:13 -07:00
Jared Cone
ec203595c1
Util for temporary directory
temdir() creates a random directory which isn't good for testing. Adding suppo
rt for a temporary named directory that cleans itself up before and after use. Adds a dependency on 'remove_dir_all' crate, but that crate was already
an implicit dependency through the 'tempfile' crate.
2022-04-20 21:25:12 -07:00
Joshua Warner
85e7360359 Fix up assert_multiline_str_eq to work regardless of whether pretty_assertions::assert_eq is in scope 2021-12-01 16:14:34 -08:00
Joshua Warner
fdeafe4bab Make assert output more understandable 2021-11-30 17:48:24 -08:00