Package golden testing with golden files in Go. A golden file is the expected output of test, stored as a separate file rather than as a string literal inside the test code.
-
Updated
Oct 11, 2024 - Go
Package golden testing with golden files in Go. A golden file is the expected output of test, stored as a separate file rather than as a string literal inside the test code.
Excruciatingly simple golden file handling.
Add a description, image, and links to the golden-tests topic page so that developers can more easily learn about it.
To associate your repository with the golden-tests topic, visit your repo's landing page and select "manage topics."