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

Method testConstructors

test/IECore/VectorData.py:1029–1031  ·  view source on GitHub ↗

Test Int64VectorData constructors

(self)

Source from the content-addressed store, hash-verified

1027 unittest.TestCase.__init__(self, param1)
1028
1029 def testConstructors(self):
1030 """Test Int64VectorData constructors"""
1031 BaseVectorDataTest.testConstructors(self)
1032
1033 def testSerialising(self):
1034 """Test Int64VectorData serialising and deserialising"""

Callers

nothing calls this directly

Calls 1

testConstructorsMethod · 0.45

Tested by

no test coverage detected