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

Method test

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

Source from the content-addressed store, hash-verified

589class testMissingFrames( unittest.TestCase ) :
590
591 def test( self ) :
592
593 s = IECore.frameListFromList( [ 1, 3, 4, 5, 6, 7 ] )
594 self.assertEqual( len( s.frameLists ), 2 )
595
596if __name__ == "__main__":
597 unittest.main()

Callers

nothing calls this directly

Calls 2

lenFunction · 0.50
frameListFromListMethod · 0.45

Tested by

no test coverage detected