コード例 #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"))