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

Method testScope

test/IECore/ConfigLoaderTest.py:114–125  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

112 self.assertFalse( "a" in config )
113
114 def testScope( self ) :
115
116 config = {}
117 IECore.loadConfig(
118
119 IECore.SearchPath( os.path.join( os.path.dirname( __file__ ), "config", "scope" ) ),
120 contextDict = { "config" : config },
121 raiseExceptions = True
122
123 )
124
125 config["functionToCallLater"]()
126
127 def testIgnoreFiles( self ) :
128

Callers

nothing calls this directly

Calls 2

SearchPathMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected