Hi, I'm doing some unit tests for my kedro project...
# questions
r
Hi, I'm doing some unit tests for my kedro project and I'm trying to record some outputs to test with but I got this error and I didn't understand how to fix it, is it possible that someone can help me please, thanks in advance.
d
Need more info. 🙂 I assume you ran
pytest
? Can you share the actual error message. Even better if you run with
pytest -vv
to get fuller traceback.
r
here's what I got wrong:
image.png
I get the same problem with CSVDataSet function