Relative Content

Tag Archive for pythontestingmockingfastapipython-mock

How to use python mock with fastapi unit tests?

I have a fastapi router file that has a function that calls a utility function in another file that interacts with GCS. I want to mock out the entire gcsutil.create_bucket in an unit test of institutions.py: