6
If you don't want to test the round trip, have your fastapi routes call some other function and test just that function.
If you don't want to test the round trip, have your fastapi routes call some other function and test just that function.
Do you mean moving Pydantic models as arguments of other function?
News and discussions about the programming language Python