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

Method testConstructors

test/IECore/VectorData.py:468–470  ·  view source on GitHub ↗

Test HalfVectorData constructors

(self)

Source from the content-addressed store, hash-verified

466 unittest.TestCase.__init__(self, param1)
467
468 def testConstructors(self):
469 """Test HalfVectorData constructors"""
470 BaseVectorDataTest.testConstructors(self)
471
472 def testSerialising(self):
473 """Test HalfVectorData serialising and deserialising"""

Callers

nothing calls this directly

Calls 1

testConstructorsMethod · 0.45

Tested by

no test coverage detected