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

Method testConstructors

test/IECore/VectorData.py:748–750  ·  view source on GitHub ↗

Test CharVectorData constructors

(self)

Source from the content-addressed store, hash-verified

746 unittest.TestCase.__init__(self, param1)
747
748 def testConstructors(self):
749 """Test CharVectorData constructors"""
750 BaseVectorDataTest.testConstructors(self)
751
752 def testSerialising(self):
753 """Test CharVectorData serialising and deserialising"""

Callers

nothing calls this directly

Calls 1

testConstructorsMethod · 0.45

Tested by

no test coverage detected