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

Method testConstructors

test/IECore/VectorData.py:1169–1171  ·  view source on GitHub ↗

Test StringVectorData constructors

(self)

Source from the content-addressed store, hash-verified

1167 unittest.TestCase.__init__(self, param1)
1168
1169 def testConstructors(self):
1170 """Test StringVectorData constructors"""
1171 BaseVectorDataTest.testConstructors(self)
1172
1173 def testSerialising(self):
1174 """Test StringVectorData serialising and deserialising"""

Callers

nothing calls this directly

Calls 1

testConstructorsMethod · 0.45

Tested by

no test coverage detected