( self )
| 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 |