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


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

Review Comment:
   - some of tests moved into tests.integrations
   - Amazon links tested in one go in same module
   - Some of amazon tests split across different test modules, for example: 
`test_s3_bucket.py` + `test_s3_bucket_tagging.py` + `test_s3_file_transform.py` 
+ `test_s3_list.py` + `test_s3_list_prefixes.py` + `test_s3_object.py` but 
module named as `s3.py` (merged version)
   
   So in theory there is no problem to fix some issue, add tests.integration as 
search path and add temporary exclusion for remaining and turn on this test 
again
   



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