repobee / repobee-sanitizer

A plugin for sanitizing master repositories before distribution to students
MIT License
2 stars 3 forks source link

Test that a plug error is raised if the file list does not exist #33

Closed slarse closed 4 years ago

slarse commented 4 years ago

There is no coverage on the code that raises a plug error if the file list does not exist, which implies that we're not actually testing that functionality. Add a test that ensures that a plug error is indeed raised when the file list does not exist.

https://codecov.io/gh/repobee/repobee-sanitizer/tree/f672299d6ef8200ba336482296e61c2d982ba9ad#L34...35