Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to short names in config #3499

Merged
merged 12 commits into from
Jan 18, 2024
Prev Previous commit
Next Next commit
Fix tests
Signed-off-by: Dmitry Sorokin <[email protected]>
  • Loading branch information
DimedS committed Jan 18, 2024
commit d3587a0afff8fd39f7bfc388dbe3f3335d3b4de1
2 changes: 1 addition & 1 deletion tests/framework/cli/test_starters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ def test_valid_tools_flag(self, fake_kedro_cli, tools, example_pipeline, mocker)
"kedro.framework.cli.starters._make_cookiecutter_args_and_fetch_template",
side_effect=mock_make_cookiecutter_args_and_fetch_template,
)

result = CliRunner().invoke(
fake_kedro_cli,
["new", "--tools", tools, "--example", example_pipeline],
Expand Down
Loading