If there is a unit test that compares a student variable to some variable created from an external file, usually I'll have to setwd() at the top of my unit test file.
make requirement more obvious, and
don't hide error messages when setting working directory fails
If there is a unit test that compares a student variable to some variable created from an external file, usually I'll have to
setwd()
at the top of my unit test file.