You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failures:
---- test_glob_path stdout ----
thread 'test_glob_path' panicked at /Users/maximilian/workspace/insta/insta/src/glob.rs:112:9:
the glob! macro did not match any files.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Reproduction steps
As above
Insta Version
1.40
rustc Version
1.80
What did you expect?
At the least we should give an error message saying parent paths aren't supported.
Should we allow this or is it a security risk? @mitsuhiko ?
It's not doing anything that rust can't do ofc. But perhaps we want insta tests to be safe?
The text was updated successfully, but these errors were encountered:
What happened?
This panics on not finding files:
Reproduction steps
As above
Insta Version
1.40
rustc Version
1.80
What did you expect?
At the least we should give an error message saying parent paths aren't supported.
Should we allow this or is it a security risk? @mitsuhiko ?
It's not doing anything that rust can't do ofc. But perhaps we want insta tests to be safe?
The text was updated successfully, but these errors were encountered: