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

Method testDefaultConstructor

test/IECore/PathMatcherTest.py:129–132  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

127 #print "LOOKUP SHALLOW", t.stop()
128
129 def testDefaultConstructor( self ) :
130
131 m = IECore.PathMatcher()
132 self.assertEqual( m.match( "/" ), IECore.PathMatcher.Result.NoMatch )
133
134 def testWildcards( self ) :
135

Callers

nothing calls this directly

Calls 2

matchMethod · 0.95
PathMatcherMethod · 0.80

Tested by

no test coverage detected