I wish there is a unit test suite so we can:
- run tests locally when developing/contributing
- auto-run tests upon PR creation, this requires CI
- have regression tests to maintain existing expectations when adding/updating features
- have Maya version-specific and OS-specific tests
- etc
I wish there is a unit test suite so we can: