Hello - can I unit test a flow - most of my impl i...
# ask-metaflow
g
Hello - can I unit test a flow - most of my impl is in unit tested funcs already but I want to assert a given step in a flow calls those funcs in a specific order?
1
s
you can run the flow and assert that the results are as expected. See a sketch of the idea here: https://outerbounds.com/docs/use-pytest/
👍 1