Anybody have recommendations on testing flows habitually as part of a cicd deployment workflow? `pre...
k
Anybody have recommendations on testing flows habitually as part of a cicd deployment workflow?
prefect_test_harness
looks good - just starting to use it. Wondering if we should execute each flow in a list of "tests" to ensure that underlying tasks are behaving as expected after a developer submits a PR.
n
hi @KG - our own test suite runs a lot of flows and would be a good reference for example, here you could strip out all the server compatibility stuff and all we're doing is running a bunch of flows in the
flows/
directory in a clean dockerized setup
k
Awesome reference - danke