potiuk commented on PR #53697: URL: https://github.com/apache/airflow/pull/53697#issuecomment-3112545965
I am also thinking about globally changing other namespaces of ours "the unit, system, integration" at the top level of "tests" is quite confusing so maybe we could introduce a convention similar to: * tests/airflow_providers/{unit,system,integration}/provider/ * tests/airflow_core/{unit,system,integration}/something * tests/airflow_shared/{unit}/timezones That would make some of the cross-package imports much more 'reasonable" ``` from unit.amazon -> from airflow_providers/unit/amazon ``` Maybe that would be our target convention? I am happy to raise a question / proposal at the devlist if we think it is a good idea. We can do it all with implicit namespaces. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org