Open mattysweeps opened 7 months ago
I'd like to enable -asserts in my config, but only for production code and not _test.go files.
_test.go
It would be great if -ignoretests had an optional string list value which could specify exactly which tests are ignored in test.
-ignoretests
I'd like to enable -asserts in my config, but only for production code and not
_test.go
files.It would be great if
-ignoretests
had an optional string list value which could specify exactly which tests are ignored in test.