ironic/ironic/tests/objects
ZhiQiang Fan f1c1e3ef17 Replace assertTrue with explicit assertIsInstance
assertIsInstance can provide useful message when test fails,
this patch replaces assertTrue(isinstance(x, y)) with
assertIsInstance(x, y).

Change-Id: Ia87b6b8d15f96ce7cf4082fc5ec599ade1d8114e
Closes-Bug: #1268480
2014-01-17 23:07:14 +08:00
..
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
test_chassis.py Replace removed xrange in Python3 2013-12-02 18:04:46 +08:00
test_conductor.py Replace removed xrange in Python3 2013-12-02 18:04:46 +08:00
test_node.py Replace removed xrange in Python3 2013-12-02 18:04:46 +08:00
test_objects.py Replace assertTrue with explicit assertIsInstance 2014-01-17 23:07:14 +08:00
test_port.py Replace removed xrange in Python3 2013-12-02 18:04:46 +08:00