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

Method testConstructors

test/IECoreImage/FontTest.py:43–47  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

41class FontTest( unittest.TestCase ) :
42
43 def testConstructors( self ) :
44
45 f = IECoreImage.Font( os.path.join( "test", "IECore", "data", "fonts", "Vera.ttf" ) )
46
47 self.assertRaises( Exception, IECoreImage.Font, "notAFont" )
48
49 def testImages( self ) :
50

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
FontMethod · 0.45

Tested by

no test coverage detected