deb-heat/contrib
Pavlo Shchelokovskyy 10f193ee92 Fix asserttion of types
Some code in tests is uisng assertTrue(isinstance(A, B))
or assertEqual(B, type(A)). assertIsInstance must be used instead.

assertIsInstance is provided by testtools package, so this change is not
breaking backward compatibility with Python 2.6.

Closes-Bug: #1259941

Change-Id: Ib601aebabc0ff0318cd87cc199c808e6b59f7c9f
2014-01-11 12:51:58 +00:00
..
docker-plugin Allow docker plugin to run w/o deps 2013-12-10 12:47:41 -06:00
rackspace Fix asserttion of types 2014-01-11 12:51:58 +00:00