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

Method test

test/IECore/FormattedParameterHelp.py:42–46  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

40class TestFormattedParameterHelp( unittest.TestCase ) :
41
42 def test( self ) :
43
44 a = IECore.ClassLoader( IECore.SearchPath( os.path.join( "test", "IECore", "ops" ) ) ).load( "parameterTypes" )()
45 formatter = IECore.WrappedTextFormatter( open( os.devnull, "w" ) )
46 IECore.formatParameterHelp( a.parameters(), formatter )
47
48if __name__ == "__main__":
49 unittest.main()

Callers

nothing calls this directly

Calls 4

SearchPathMethod · 0.80
joinMethod · 0.80
loadMethod · 0.45
parametersMethod · 0.45

Tested by

no test coverage detected