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

Method testDotsInPath

test/IECore/ClassLoader.py:84–88  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

82 self.assertEqual( l.getDefaultVersion( os.path.join( "maths", "multiply" ) ), 1 )
83
84 def testDotsInPath( self ) :
85
86 l = IECore.ClassLoader( IECore.SearchPath( os.path.join( "test", "IECore", "ops" ) ) )
87
88 c = l.load( os.path.join( "path.With.Dot", "multiply" ) )
89
90 def testExceptions( self ) :
91

Callers

nothing calls this directly

Calls 3

loadMethod · 0.95
SearchPathMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected