func generateNodeAndTaintedNode(oldTaints []corev1.Taint, newTaints []corev1.Taint) (*corev1.Node, *corev1.Node) { … } func equalTaints(taintsA, taintsB []corev1.Taint) bool { … } func TestTaint(t *testing.T) { … } func TestValidateFlags(t *testing.T) { … } type MyReq … func (m *MyReq) isFor(method string, path string) bool { … }