You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/12 11:43:13 UTC

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6544: [AIRFLOW-5895] Move HDFS stuff from tests/core.py

nuclearpinguin commented on a change in pull request #6544: [AIRFLOW-5895] Move HDFS stuff from tests/core.py
URL: https://github.com/apache/airflow/pull/6544#discussion_r345158337
 
 

 ##########
 File path: tests/sensors/test_hdfs_sensor.py
 ##########
 @@ -22,7 +22,7 @@
 from airflow.exceptions import AirflowSensorTimeout
 from airflow.sensors.hdfs_sensor import HdfsSensor
 from airflow.utils.timezone import datetime
-from tests.core import FakeHDFSHook
+from tests.test_utils.hdfs_utils import FakeHDFSHook
 
 Review comment:
   Maybe it's worth to consider to make `tests.test_utils.mocks` to keep there all fake / mock stuff?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services