diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-06-09 08:40:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 08:40:10 -0400 |
commit | f182c8af872a429d82c96a5ef091cec0e4e75102 (patch) | |
tree | 50fe326d0378b1c73fca105aeb73b00eafe51723 /cli/args/mod.rs | |
parent | 168eb8e01d3cdbd6358e11cf399fbf4ef1db358b (diff) |
chore(tests): add `.use_symlinked_temp_dir()` to `TestBuilder` (#19435)
This allows easily using a symlinked temporary directory, which is
useful for debugging issues locally that happen on the CI with a
symlinked temporary directory. For example:
```rs
let context = TestContextBuilder::new()
.use_temp_cwd()
.use_symlinked_temp_dir() // add this
.build();
```
Diffstat (limited to 'cli/args/mod.rs')
0 files changed, 0 insertions, 0 deletions