Hey prefect, I need to write unit tests for my flo...
# ask-community
f
Hey prefect, I need to write unit tests for my flows and was wondering if y'all had any guidance or examples of some patterns used internally or by existing customers?
k
Hey @Felipe Saldana, have you seen this link ?
f
Hey @Kevin Kho, no I have not seen that one yet. Have you ran across any more detailed/more real world examples. I am hitting databases, creating spark jobs, accessing storage, etc.
k
You posted the same question a while ago right? I feel like I responded, but maybe I forgot. Did I show you Mock connections like this ?
This is the unit test for the SnowFlake task. I guess you should just check the unit tests of the task library for inspiration
f
No, this is the first time I have asked about testing in any sort of depth
k
Oh ok we had the same question and I wanted to make sure I wasn’t repeating the same answer cuz that would be useless lol
🙂 1
f
Ok, let me dive deeper into what you sent