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

Method testConstructors

test/IECore/VectorData.py:819–821  ·  view source on GitHub ↗

Test UCharVectorData constructors

(self)

Source from the content-addressed store, hash-verified

817 unittest.TestCase.__init__(self, param1)
818
819 def testConstructors(self):
820 """Test UCharVectorData constructors"""
821 BaseVectorDataTest.testConstructors(self)
822
823 def testSerialising(self):
824 """Test UCharVectorData serialising and deserialising"""

Callers

nothing calls this directly

Calls 1

testConstructorsMethod · 0.45

Tested by

no test coverage detected