Files
python-solumclient/solumclient
malei e9fc58c7ca Replace assertTrue(isinstance()) with assertIsInstance()
Some of tests use different method of assertTrue(isinstance(A, B)) or
assertEqual(type(A), B). The correct way is to use assertIsInstance(A,
B) provided by testtools.
Closes-Bug: #1268480

Change-Id: I0a318979a926b630e534fe6c76d9188640cf7ce0
2015-10-18 08:00:57 +08:00
..
2015-02-17 12:20:18 -06:00
2015-09-02 17:54:41 -05:00
2015-10-29 13:18:12 -05:00
2015-04-29 11:57:15 -05:00
2015-11-30 14:44:27 -06:00