shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
308 stars 198 forks source link

SG-35214 add multi_entity_update_modes support to mockgun #330

Closed slingshotvfx closed 6 months ago

slingshotvfx commented 9 months ago

Adds multi_entity_update_modes support to mockgun update() and batch() methods.

per docs: https://developers.shotgridsoftware.com/python-api/reference.html#shotgun_api3.shotgun.Shotgun.update

adds support for add, set, and remove multi_entity_update_modes, with the default being set

Also adds an accompanying test to test_mockgun.py