示例#1
0
 def test_to_datetime(self):
     """ Tests datetime read by KustoResultIter """
     assert to_datetime("2016-06-07T16:00:00Z") is not None
示例#2
0
 def test_to_datetime(self):
     """ Tests datetime read by KustoResultIter """
     self.assertIsNotNone(to_datetime("2016-06-07T16:00:00Z"))