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

Plan out deprecation for kedro test and kedro lint #1744

Closed
2 tasks done
merelcht opened this issue Aug 1, 2022 · 0 comments
Closed
2 tasks done

Plan out deprecation for kedro test and kedro lint #1744

merelcht opened this issue Aug 1, 2022 · 0 comments

Comments

@merelcht
Copy link
Member

merelcht commented Aug 1, 2022

Description

As part of the research in #1293 it was found that several CLI commands aren't used that much. kedro lint and kedro test were among these commands, but since these commands add to Kedro's value proposition of adding best software engineering practices to ML projects, we need to investigate more what approach we should take if we deprecate those commands.

Context

We have end to end test (test.feature) in place that run kedro test and kedro lint on a new Kedro project to ensure the Kedro project template can be linted and tested correctly. Even if we deprecate those commands we want to ensure that the project template adheres to best practices when it comes to linting and testing (e.g. being able to run pytest).

As part of this task:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant