feluelle commented on a change in pull request #7422: [AIRFLOW-6809] Test for presto operators URL: https://github.com/apache/airflow/pull/7422#discussion_r386018764
########## File path: tests/providers/presto/operators/test_presto_check.py ########## @@ -16,23 +16,206 @@ # specific language governing permissions and limitations # under the License. # + + import os import unittest +from datetime import datetime + +import mock Review comment: Please use `unittest.mock` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
