bhirsz commented on code in PR #23630:
URL: https://github.com/apache/airflow/pull/23630#discussion_r869999939
##########
tests/always/test_project_structure.py:
##########
@@ -420,6 +420,64 @@ def test_missing_assets(self):
super().test_missing_assets()
+class TestAmazonProviderProjectStructure(ExampleCoverageTest):
+ PROVIDER = "amazon"
+ CLASS_DIRS = ProjectStructureTest.CLASS_DIRS
Review Comment:
It could be omitted (it will be inherited from ProjectStructureTest). Though
now it's more explicit what class dirs you're using so I don't have strong
feelings on it.
--
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]