Cao Xuan Hoang 34fbb92921 Using assertIs(Not)None() instead of assert(Not)Equal(None)
Following OpenStack Style Guidelines[1]:
[H203] Unit test assertions tend to give better messages for more
specific assertions. As a result, assertIsNotNone(...) is preferred
over assertNotEqual(None, ...) and assertIsNot(None, ...)

[1] http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

Change-Id: I87f2df27b37506bb31ac410c867d5c3d7c739c3f
2016-11-30 16:18:42 +07:00
..
2016-07-12 09:05:22 -06:00