Skip to content

Use mock to allow testing of file finders

Duncan Macleod requested to merge github/fork/duncanmmacleod/coverage into master

This PR introduces better unit tests of each of the ETG finder methods, using mock to fake the _find_in_gps_dirs step that would require the files to actually exist.

Merge request reports