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

Method tearDown

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

Source from the content-addressed store, hash-verified

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
515class testCp( unittest.TestCase ) :
516

Callers 2

testMethod · 0.95
testOverlappingMethod · 0.95

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected