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

Method testConstructors

test/IECoreScene/FontTest.py:44–48  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
FontMethod · 0.45

Tested by

no test coverage detected