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

Method testConstructors

test/IECore/VectorData.py:538–540  ·  view source on GitHub ↗

Test DoubleVectorData constructors

(self)

Source from the content-addressed store, hash-verified

536 unittest.TestCase.__init__(self, param1)
537
538 def testConstructors(self):
539 """Test DoubleVectorData constructors"""
540 BaseVectorDataTest.testConstructors(self)
541
542 def testSerialising(self):
543 """Test DoubleVectorData serialising and deserialising"""

Callers

nothing calls this directly

Calls 1

testConstructorsMethod · 0.45

Tested by

no test coverage detected