Join Slack
Powered by
Hello - can I unit test a flow - most of my impl i...
# ask-metaflow
g
gifted-musician-70702
01/30/2023, 10:22 PM
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
straight-shampoo-11124
01/30/2023, 10:39 PM
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
6
Views
Open in Slack
Previous
Next