1👍
✅
You can specify the return value of a mocked method like this:
DatasetViewSet._can_upload_file = MagicMock(return_value="valid")
Source:stackexchange.com
1👍
You can specify the return value of a mocked method like this:
DatasetViewSet._can_upload_file = MagicMock(return_value="valid")