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

Method setUp

test/IECoreImage/ImageReaderTest.py:392–395  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

390 self.assertEqual( r.displayWindow(), imath.Box2i( imath.V2i( 0 ), imath.V2i( 255, 127 ) ) )
391
392 def setUp( self ) :
393
394 if os.path.isfile( os.path.join( "test", "IECoreImage", "data", "exr", "output.exr" ) ) :
395 os.remove( os.path.join( "test", "IECoreImage", "data", "exr", "output.exr" ) )
396
397 def tearDown( self ) :
398

Callers 5

testWriteMethod · 0.45
testJPGMethod · 0.45
testDPXMethod · 0.45
testTIFMethod · 0.45

Calls 2

joinMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected