Skip to content

Commit ac00deb

Browse files
committed
[components] Move dg cli back to verb-first (rearrange tests)
1 parent 397a414 commit ac00deb

12 files changed

+919
-928
lines changed

Diff for: python_modules/libraries/dagster-dg/dagster_dg_tests/cli_tests/component_command_tests/test_component_commands.py

-293
This file was deleted.

Diff for: python_modules/libraries/dagster-dg/dagster_dg_tests/cli_tests/component_command_tests/test_check.py renamed to python_modules/libraries/dagster-dg/dagster_dg_tests/cli_tests/test_check_commands.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
)
2727

2828
COMPONENT_INTEGRATION_TEST_DIR = (
29-
Path(__file__).parent.parent.parent.parent.parent
29+
Path(__file__).parent.parent.parent.parent
3030
/ "dagster-components"
3131
/ "dagster_components_tests"
3232
/ "integration_tests"
@@ -73,7 +73,7 @@ def create_code_location_from_components(
7373
yield Path.cwd()
7474

7575

76-
def test_component_check_succeeds_non_default_component_package() -> None:
76+
def test_check_component_succeeds_non_default_component_package() -> None:
7777
with (
7878
ProxyRunner.test() as runner,
7979
create_code_location_from_components(

0 commit comments

Comments
 (0)