MCPcopy Create free account
hub / github.com/ImageEngine/cortex / testConstructors

Method testConstructors

test/IECore/VectorData.py:678–680  ·  view source on GitHub ↗

Test UIntVectorData constructors

(self)

Source from the content-addressed store, hash-verified

676 unittest.TestCase.__init__(self, param1)
677
678 def testConstructors(self):
679 """Test UIntVectorData constructors"""
680 BaseVectorDataTest.testConstructors(self)
681
682 def testSerialising(self):
683 """Test UIntVectorData serialising and deserialising"""

Callers

nothing calls this directly

Calls 1

testConstructorsMethod · 0.45

Tested by

no test coverage detected