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

Method testEntryConstructor

test/IECore/IndexedIO.py:73–77  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

71 del io
72
73 def testEntryConstructor( self ) :
74
75 e = IECore.IndexedIO.Entry( "n", IECore.IndexedIO.EntryType.Directory, IECore.IndexedIO.DataType.Invalid, 0 )
76 self.assertEqual( e.id(), "n" )
77 self.assertEqual( e.entryType(), IECore.IndexedIO.EntryType.Directory )
78
79 def tearDown(self):
80

Callers

nothing calls this directly

Calls 3

entryTypeMethod · 0.95
EntryMethod · 0.80
idMethod · 0.80

Tested by

no test coverage detected