shotgunsoftware / python-api

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

[Mockgun] Ensure string comparison are case insensitive #217

Open rlessardrodeofx opened 4 years ago

rlessardrodeofx commented 4 years ago

Hi!

We recently realized that for text field comparisons, Mockgun was case sensitive where a real Shotgun instance was always case insensitive.

This seemed standard behavior so I updated Mockgun to match. I've also added appropriate tests and new ones to increase text field comparison test coverage.

Let me know what you think.

kporangehat commented 6 months ago

It's almost 4+ years. This feels pretty foundational to bringing mockgun functionality closer to "real world" use cases. Any update on getting this merged?