tbrown122387 / gradeR

helps grade R script assignment submissions!
Other
4 stars 4 forks source link

tests that require reading in external files from within test file #20

Open tbrown122387 opened 11 months ago

tbrown122387 commented 11 months ago

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.

tbrown122387 commented 9 months ago

The same is true if you are calling out to third party libraries in the test file. If you’re doing tjay you’ll need a library call in there