// Package testutil provides shared test utilities and constants. package testutil const ( // VersionOutput is the expected version output string for tests. VersionOutput = "go-test-sarif dev" // AppName is the application name used in test arguments. AppName = "go-test-sarif" // InputJSON is the placeholder input file name for tests. InputJSON = "input.json" // OutputSARIF is the placeholder output file name for tests. OutputSARIF = "output.sarif" )