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