You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For most of the add-ons flow I've been testing the work manually: create a new project with a combination of add-ons, install requirements and try a kedro run. This process has uncovered several bugs already.
Context
We should add automated tests to test at least some of the add-ons flow.
Implementation
At a minimum have tests for:
kedro new --addons=none
kedro new --addons=lint,docs,data,logging,... (everything but not viz and pyspark)
kedro new --addons=all
kedro new --addons=pyspark
kedro new --addons=viz
All of the above should have an example so kedro run can be tested.
The text was updated successfully, but these errors were encountered:
Description
For most of the add-ons flow I've been testing the work manually: create a new project with a combination of add-ons, install requirements and try a
kedro run
. This process has uncovered several bugs already.Context
We should add automated tests to test at least some of the add-ons flow.
Implementation
At a minimum have tests for:
kedro new --addons=none
kedro new --addons=lint,docs,data,logging,...
(everything but not viz and pyspark)kedro new --addons=all
kedro new --addons=pyspark
kedro new --addons=viz
All of the above should have an example so
kedro run
can be tested.The text was updated successfully, but these errors were encountered: