Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor tests to use golden test files (#200)
Refactor the unit tests to read the diffs from a file rather than being stored as a Go string literal. The advantage of using a golden file is to ease updating the diffs whenever the reporter output is changed.
- Loading branch information