Files
python-keystoneclient/keystoneclient/tests/apiclient
ZhiQiang Fan e0ce9bd8c8 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: I1a36b4f343c881b6690389753270d35599b758ab
Closes-Bug: #1268480
2014-01-17 17:40:38 +08:00
..