I am working on a project with files, and I would like to use text files to test my work. However, tests do not run from the tests/ directory, and therefore I cannot reliably find them when I execute cargo run .
Does Cargo handle this, always running a test from the root directory (which seems to be the case, but I did not find anything to confirm)?
source share