Closed bitc closed 3 years ago
@bitc Hi! Thanks for this PR. Option to not save "actual" files This is the feature I am waiting for :)
@CristhianMotoche Can I do something to help you, merging this two commits?
Hi @christianheyn The PR is good. I think I forgot to merge it. Thanks @bitc for the contribution. :tada:
This fixes #23 and #13
Removes the fields
testName
anddirectory
and replaces them withgoldenFile
andactualFile
. This allows a lot more flexibility:This pull request has 2 commits. The first commit maintains the
testName
field, but I think things are cleaner and simpler without it (2nd commit).The
hgold
program isn't aware of the changes made, but will still continue to work if you usedefaultGolden
(the default directory and file names).