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
cargo mutants appears to be unable to build and run a baseline when the unit test pulls in data from the filesystem via include_str!('../../some/path/to/test/data').
I imagine this happens because mutants is builds itself in its own directory and that messes up path resolution.
Any tips to address this?
The text was updated successfully, but these errors were encountered:
cargo mutants
appears to be unable to build and run a baseline when the unit test pulls in data from the filesystem viainclude_str!('../../some/path/to/test/data')
.I imagine this happens because mutants is builds itself in its own directory and that messes up path resolution.
Any tips to address this?
The text was updated successfully, but these errors were encountered: