Taragolis commented on code in PR #28459:
URL: https://github.com/apache/airflow/pull/28459#discussion_r1057582689


##########
tests/always/test_project_structure.py:
##########
@@ -30,68 +30,79 @@
 )
 
 
-class TestProjectStructure(unittest.TestCase):
+class TestProjectStructure:

Review Comment:
   > * test_deprecated_packages -> we should indeed remove, they are no problem 
any more
   
   Done
   
   > * Test...ProviderProjectStructure - we should remove them - they bring no 
value and having then for few providers in here makes littel sense
   
   Done, keep only `ProjectStructureTest` because `ProjectStructureTest` 
depends on it
   
   > * ExampleCoverageTest -  similarly
   
   Removed
   
   > * AssetsCoverageTest -> I think this is largely used by Google team. Naybe 
@bhirsz might tell more about it (though in any case I thik if it is useful for 
Google it should go to google provider tests.
   
   Keep for a while
   
   > * test_providers_modules_should_have_tests -> is the only one I find 
useful from those for now but if it's broken, it might be we are far-off and 
fixing it would be problematic.
   
   Will try to fix (make it run again) as follow up
   



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

Reply via email to