Beispiel #1
0
 def test_client_names(self):
     dr_options = DynamoRIOOptions('')
     self.assertEqual([], dr_options.get_client_names())
     dr_options = DynamoRIOOptions('-client_lib one;0;1;two;1;1;three;2;1')
     self.assertEqual(['one', 'two', 'three'], dr_options.get_client_names())