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

Method testConstructors

test/IECore/VectorData.py:398–400  ·  view source on GitHub ↗

Test FloatVectorData constructors

(self)

Source from the content-addressed store, hash-verified

396 unittest.TestCase.__init__(self, param1)
397
398 def testConstructors(self):
399 """Test FloatVectorData constructors"""
400 BaseVectorDataTest.testConstructors(self)
401
402 def testSerialising(self):
403 """Test FloatVectorData serialising and deserialising"""

Callers

nothing calls this directly

Calls 1

testConstructorsMethod · 0.45

Tested by

no test coverage detected