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

Method testConstructor

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

Source from the content-addressed store, hash-verified

40class MurmurHashTest( unittest.TestCase ) :
41
42 def testConstructor( self ) :
43
44 h = IECore.MurmurHash()
45 self.assertEqual( str( h ), "0" * 32 )
46 self.assertEqual( h, IECore.MurmurHash() )
47
48 def testStringConstructor( self ) :
49

Callers

nothing calls this directly

Calls 2

MurmurHashMethod · 0.80
strFunction · 0.50

Tested by

no test coverage detected