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
A package nested in a workspace, the tests (unit + integration) just print std::env::current_dir() and then panic (so that the print is always visible)
cargo test --no-fail-fast: prints the package root directory for both unit and integration no matter what directory it is run in
VSCode "Run test" button: prints the package root directory
VSCode "Debug" button: prints the workspace root directory
This makes debugging tests that need to load a data file quite awkward