michalslowikowski00 commented on a change in pull request #10991:
URL: https://github.com/apache/airflow/pull/10991#discussion_r490230655



##########
File path: airflow/providers/microsoft/azure/hooks/azure_fileshare.py
##########
@@ -96,6 +96,26 @@ def list_directories_and_files(self, share_name, 
directory_name=None, **kwargs):
         """
         return self.get_conn().list_directories_and_files(share_name, 
directory_name, **kwargs)
 
+    def list_files(self, share_name, directory_name=None, **kwargs):

Review comment:
       We usually add tests for hook methods. Here you should add tests for the 
hook methods.
   
https://github.com/apache/airflow/tree/master/tests/providers/microsoft/azure/hooks
 




----------------------------------------------------------------
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]


Reply via email to