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

Method testConstructors

test/IECore/VectorData.py:1099–1101  ·  view source on GitHub ↗

Test UInt64VectorData constructors

(self)

Source from the content-addressed store, hash-verified

1097 unittest.TestCase.__init__(self, param1)
1098
1099 def testConstructors(self):
1100 """Test UInt64VectorData constructors"""
1101 BaseVectorDataTest.testConstructors(self)
1102
1103 def testSerialising(self):
1104 """Test UInt64VectorData serialising and deserialising"""

Callers

nothing calls this directly

Calls 1

testConstructorsMethod · 0.45

Tested by

no test coverage detected