I have a function setup to hook the pre_delete on a model and I want to ignore this during testing using unittest.mock.patch, but this only works w
pre_delete
unittest.mock.patch