kaichiachen commented on code in PR #950:
URL: https://github.com/apache/yunikorn-k8shim/pull/950#discussion_r1954472911
##########
pkg/client/apifactory_test.go:
##########
@@ -43,3 +43,95 @@ func TestInformerTypes(t *testing.T) {
assert.Equal(t, "ReplicaSet", ReplicaSetInformerHandlers.String())
assert.Equal(t, "StatefulSet", StatefulSetInformerHandlers.String())
}
+
+func TestMockedAPIProvider_GetPodBindStats(t *testing.T) {
Review Comment:
Fair enough. I flatten the test cases without strict test structure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]