opentimelineio.test_utils

Utility assertions for OTIO Unit tests.

class opentimelineio.test_utils.OTIOAssertions
assertIsOTIOEquivalentTo(known, test_result)

Test using the ‘is equivalent to’ method on SerializableObject

assertJsonEqual(known, test_result)

Convert to json and compare that (more readable).