Would it be easier to just have a environment call...
# advanced-need-help
n
Would it be easier to just have a environment called "test", where you have test data fixture and just trigger the test with
kedro run --env=test
? or optionally
kedro run --env=test --pipeline=TARGET_PIPELINE
?