( self )
| 589 | class 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 | |
| 596 | if __name__ == "__main__": |
| 597 | unittest.main() |
nothing calls this directly
no test coverage detected