https://kedro.org/ logo
d

deepyaman

07/13/2021, 4:14 PM
I wouldn't unit test at the pipeline level, but you could generate sample data and run end-to-end tests using something like
behave
(not supported natively through boilerplate Kedro).