mirror of
https://github.com/ddworken/hishtory.git
synced 2025-03-19 09:48:32 +01:00
Add print to confirm that tests finished running
This commit is contained in:
parent
fe6447fa06
commit
d4af254ea7
@ -375,6 +375,7 @@ func AssertAllGoldensUsed() {
|
|||||||
panic(fmt.Errorf("golden file %v was never used", path.Base(f.Name())))
|
panic(fmt.Errorf("golden file %v was never used", path.Base(f.Name())))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fmt.Println("Validated that all goldens in testdata/ were referenced!")
|
||||||
}
|
}
|
||||||
|
|
||||||
func CompareGoldens(t testing.TB, out, goldenName string) {
|
func CompareGoldens(t testing.TB, out, goldenName string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user