コード例 #1
0
ファイル: test_socket.py プロジェクト: YingfangZhou/ert
 def runCommand(self , send , port , expected = None):
     result = ErtClient.runCommand(send , port , self.host )
     if expected:
         self.assertEqual( result , expected )
     return result
コード例 #2
0
 def runCommand(self , send , expect):
     result = ErtClient.runCommand(send , self.port , self.host )
コード例 #3
0
ファイル: test_socket.py プロジェクト: imclab/ResInsight
 def runCommand(self, send, port, expected=None):
     result = ErtClient.runCommand(send, port, self.host)
     if expected:
         self.assertEqual(result, expected)
     return result