Files
python-troveclient/troveclient/tests/test_accounts.py
yangyapeng 6b02886348 Change assertTrue(isinstance()) by optimal assert
Some of tests use different method of assertTrue(isinstance(A, B)),
The correct way is to use assertIsInstance(A,B) provided by testtools

Closes-bug: #1268480
Change-Id: I718b86e83b93a4e778710b9de895f2796a9b6d61
2016-01-08 07:10:56 +00:00

3.5 KiB