https://kedro.org/ logo
#questions
Title
# questions
f

Fazil B. Topal

08/16/2023, 5:06 PM
hey guys, Im trying to add tests for my project and i noticed this generated file from kedro. This setup excepts me to put configurations under /tests/ folder (since it gets the cwd) However I was thinking about creating the test configuration (catalog, params) under conf directly (env name would be
test
then). Which is the suggested way to do this? Is it a bad patter to uder kedro un --env test in this case? 🤔 Thanks in advance