Taragolis commented on code in PR #27735: URL: https://github.com/apache/airflow/pull/27735#discussion_r1024932716
########## tests/providers/microsoft/azure/hooks/test_azure_fileshare.py: ########## @@ -41,7 +41,7 @@ class TestAzureFileshareHook: - def setup(self): Review Comment: No idea but seems like `setup` method works as `setup_method` even if it not listed in https://docs.pytest.org/en/6.2.x/xunit_setup.html ... or i miss something ########## tests/providers/microsoft/azure/hooks/test_azure_fileshare.py: ########## @@ -41,7 +41,7 @@ class TestAzureFileshareHook: - def setup(self): Review Comment: No idea but seems like `setup` method works as `setup_method` even if it not listed in https://docs.pytest.org/en/6.2.x/xunit_setup.html ... or I miss something -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
