Updated openstack/openstack
Project: openstack-dev/pbr 24c8f8475b090c36248bd514f1df4496dfe4bb71 Change assertTrue(isinstance()) by optimal assert 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. Change-Id: I6c7aa04a3a3aaaab7f428cb86549a4d043af802f
This commit is contained in:
committed by
Gerrit Code Review
parent
a421bbf7f6
commit
646018f476