jokerbuilder / cortex-vfx

Automatically exported from code.google.com/p/cortex-vfx
0 stars 0 forks source link

IECoreHoudini tests should use unittest assertion mechanisms #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by andrewk....@gmail.com on 21 Sep 2010 at 9:52

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4007.

Original comment by andrewk....@gmail.com on 21 Dec 2010 at 9:35