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

Method testCopy

test/IECore/FileSequence.py:177–180  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

175 self.assertEqual( s.getPadding(), 1 )
176
177 def testCopy( self ) :
178
179 s = IECore.FileSequence( "seq.#.tif", IECore.FrameRange( 0, 2 ) )
180 self.assertEqual( s, s.copy() )
181
182 def testMapping( self ) :
183

Callers

nothing calls this directly

Calls 3

copyMethod · 0.95
FileSequenceMethod · 0.80
FrameRangeMethod · 0.80

Tested by

no test coverage detected