New issue 33 by andrewk.imageengine: IECoreHoudini tests should use
unittest assertion mechanisms
http://code.google.com/p/cortex-vfx/issues/detail?id=33
Many of the IECoreHoudini tests use assert() to verify behavior. These
calls should all be replaced with self.assert_(), self.assertEqual(),
self.assertRaises() or any of the other unittest assertion mechanisms
define here:
http://docs.python.org/library/unittest.html#unittest.TestCase.assertTrue
Comment #1 on issue 33 by andrewk.imageengine: IECoreHoudini tests should
use unittest assertion mechanisms
http://code.google.com/p/cortex-vfx/issues/detail?id=33
This issue was closed by revision r4007.