Skip to content

Commit

Permalink
[components] Move dg cli back to verb-first (rearrange tests) (#27921)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Update test organization of `dagster-dg` to reflect new verb-first
orientation.

## How I Tested These Changes

Unit tests
  • Loading branch information
smackesey authored Feb 20, 2025
1 parent e1a66d6 commit cbb54ce
Show file tree
Hide file tree
Showing 12 changed files with 919 additions and 928 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
)

COMPONENT_INTEGRATION_TEST_DIR = (
Path(__file__).parent.parent.parent.parent.parent
Path(__file__).parent.parent.parent.parent
/ "dagster-components"
/ "dagster_components_tests"
/ "integration_tests"
Expand Down Expand Up @@ -73,7 +73,7 @@ def create_code_location_from_components(
yield Path.cwd()


def test_component_check_succeeds_non_default_component_package() -> None:
def test_check_component_succeeds_non_default_component_package() -> None:
with (
ProxyRunner.test() as runner,
create_code_location_from_components(
Expand Down
Loading

0 comments on commit cbb54ce

Please # to comment.