Files
python-glanceclient/tests
wanghong ab5c5b5d7c Change assertTrue(isinstance()) by optimal assert
assertTrue(isinstance(A, B)) or assertEqual(type(A), B) in tests
should be replaced by assertIsInstance(A, B) provided by testtools.

I have searched all the tests, there is only one wrong usage.

Change-Id: Ib1db1a2dca7b5d8cbfe823973e4b571d0f0925c5
Closes-bug: #1268480
2014-03-06 16:18:39 +08:00
..
2014-02-19 01:43:23 +01:00
2012-04-02 14:08:03 -07:00
2014-01-14 16:40:22 +00:00