func TestTestDir(t *testing.T) { … } func TestTestDirErrors(t *testing.T) { … } type fatalIntercept … func (i *fatalIntercept) Fatalf(format string, args ...any) { … }
func TestTestDir(t *testing.T) { … } func TestTestDirErrors(t *testing.T) { … } type fatalIntercept … func (i *fatalIntercept) Fatalf(format string, args ...any) { … }