Esempio n. 1
0
 def test_close(self):
     """
     Test that the client can close an open connection.
     """
     client = ProxyKmipClient()
     client.open()
     client.close()
     client.proxy.close.assert_called_with()
Esempio n. 2
0
 def test_close(self):
     """
     Test that the client can close an open connection.
     """
     client = ProxyKmipClient()
     client.open()
     client.close()
     client.proxy.close.assert_called_with()