( self )
| 508 | self.assertEqual( l[0], IECore.FileSequence( "s.####.tif", IECore.FrameRange( 50, 150 ) ) ) |
| 509 | |
| 510 | def tearDown( self ) : |
| 511 | |
| 512 | if os.path.exists( os.path.join( "test", "sequences" ) ) : |
| 513 | shutil.rmtree( os.path.join( "test", "sequences" ) ) |
| 514 | |
| 515 | class testCp( unittest.TestCase ) : |
| 516 |
no test coverage detected