// TestPodPriority tests PodPriority function. func TestPodPriority(t *testing.T) { … } func TestMatchNodeSelectorTerms(t *testing.T) { … } // TestMatchNodeSelectorTermsStateless ensures MatchNodeSelectorTerms() // is invoked in a "stateless" manner, i.e. nodeSelector should NOT // be deeply modified after invoking func TestMatchNodeSelectorTermsStateless(t *testing.T) { … } func TestGetAvoidPodsFromNode(t *testing.T) { … } func TestFindMatchingUntoleratedTaint(t *testing.T) { … }