Any detailed recommendations on doing full blown u...
# ask-community
j
Any detailed recommendations on doing full blown unit-testing with Prefect flows? I’m looking for some best practices and how to deal with removing certain tasks (running queries against a database).
k
Hi @Jacob Blanco, you can mock the unit the connection to the database like this
👍 1