-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-airlift] move mark_as_dagster_migrating tests to unit (#24168)
The tests for mark_as_dagster_migrating (including checking swizzling behavior) were overkill for what they were actually doing. Can be better handled with unit testing.
- Loading branch information
Showing
16 changed files
with
105 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 0 additions & 68 deletions
68
...r_airlift_tests/integration_tests/airflow_op_switcheroo_convention/dags/switcheroo_dag.py
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
.../dagster_airlift_tests/integration_tests/airflow_op_switcheroo_convention/dagster_defs.py
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
...dagster_airlift_tests/integration_tests/airflow_op_switcheroo_tags/dags/switcheroo_dag.py
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...irlift/dagster_airlift_tests/integration_tests/airflow_op_switcheroo_tags/dagster_defs.py
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
...gster-airlift/dagster_airlift_tests/integration_tests/correctly_marked_dag/dags/marked.py
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ster_airlift_tests/integration_tests/correctly_marked_dag/migration_state/marked_dag.yaml
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
...ter-airlift/dagster_airlift_tests/integration_tests/incorrectly_marked_dag/dags/marked.py
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...irlift_tests/integration_tests/incorrectly_marked_dag/migration_state/some_other_dag.yaml
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
...er-airlift/dagster_airlift_tests/integration_tests/test_migrating_dag_correctly_marked.py
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
...-airlift/dagster_airlift_tests/integration_tests/test_migrating_dag_incorrectly_marked.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.