keystoneauth/keystoneauth1/tests
Cao Xuan Hoang b55a286462 Using assertIsNotNone() instead of assertNotEqual(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: Iadb27153109b2c4b92df43fc97a5e50eed86f58c
2016-11-17 22:33:58 +00:00
..
unit Using assertIsNotNone() instead of assertNotEqual(None) 2016-11-17 22:33:58 +00:00
__init__.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00