NIT: I really wonder if these should be fixtures. Feels wasteful to add like 10 new folders, but also feels unfortunate to write temp files in the unit tests.
Originally posted by @vados-cosmonic in #231 (comment)
Mimic #[cargo_test] e2es:
https://github.com/rust-lang/cargo/blob/a595d0da21f228b7fdae64d3d5c0e527ea66bb59/tests/testsuite/workspaces.rs#L2867-L2932
NIT: I really wonder if these should be fixtures. Feels wasteful to add like 10 new folders, but also feels unfortunate to write temp files in the unit tests.
Originally posted by @vados-cosmonic in #231 (comment)
Mimic
#[cargo_test]e2es:https://github.com/rust-lang/cargo/blob/a595d0da21f228b7fdae64d3d5c0e527ea66bb59/tests/testsuite/workspaces.rs#L2867-L2932