This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d1b2a446538 Start porting mapped task to SDK (#45627)
add 982a28cb599 Fix directory name for `task_sdk/tests/definitions`
(#45825)
No new revisions were added by this update.
Summary of changes:
.../tests/definitions}/__init__.py | 0
.../tests/definitions/_internal}/__init__.py | 0
.../_internal/test_templater.py | 0
task_sdk/tests/{defintions => definitions}/test_asset.py | 0
.../{defintions => definitions}/test_asset_decorators.py | 0
.../{defintions => definitions}/test_baseoperator.py | 0
.../tests/{defintions => definitions}/test_context.py | 0
task_sdk/tests/{defintions => definitions}/test_dag.py | 0
.../tests/{defintions => definitions}/test_macros.py | 0
.../{defintions => definitions}/test_mappedoperator.py | 0
.../tests/{defintions => definitions}/test_minxins.py | 0
.../tests/{defintions => definitions}/test_template.py | 0
task_sdk/tests/defintions/__init__.py | 16 ----------------
task_sdk/tests/defintions/_internal/__init__.py | 16 ----------------
14 files changed, 32 deletions(-)
copy {airflow/api_connexion => task_sdk/tests/definitions}/__init__.py (100%)
copy {airflow/api_connexion =>
task_sdk/tests/definitions/_internal}/__init__.py (100%)
rename task_sdk/tests/{defintions => definitions}/_internal/test_templater.py
(100%)
rename task_sdk/tests/{defintions => definitions}/test_asset.py (100%)
rename task_sdk/tests/{defintions => definitions}/test_asset_decorators.py
(100%)
rename task_sdk/tests/{defintions => definitions}/test_baseoperator.py (100%)
rename task_sdk/tests/{defintions => definitions}/test_context.py (100%)
rename task_sdk/tests/{defintions => definitions}/test_dag.py (100%)
rename task_sdk/tests/{defintions => definitions}/test_macros.py (100%)
rename task_sdk/tests/{defintions => definitions}/test_mappedoperator.py (100%)
rename task_sdk/tests/{defintions => definitions}/test_minxins.py (100%)
rename task_sdk/tests/{defintions => definitions}/test_template.py (100%)
delete mode 100644 task_sdk/tests/defintions/__init__.py
delete mode 100644 task_sdk/tests/defintions/_internal/__init__.py