I’m looking into how I can test a flow with mocked...
# ask-metaflow
s
I’m looking into how I can test a flow with mocked functions. This is because some of the functions will have API calls that I want to control the responses to for testing. I believe the recommended approach is to use subprocess but that doesn’t seem to be able to use any of the mocked values I establish before I call it. Any recommendations? Thank you!
1