Files
python-keystoneclient/keystoneclient/tests/unit/v2_0
chenaidong1 a9ebec4fbd Use assertIsNone(...) instead of assertEqual(None, ...)
Refer to:http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

[H203] Use assertIs(Not)None to check for None (off by default) Unit
test assertions tend to give better messages for more specific assertions.
As a result, assertIsNone(...) is preferred over assertEqual(None, ...)
and assertIs(None, ...)

Change-Id: I4e60f3f7f3557080669b98cb48627acc40a72606
2016-12-08 09:10:12 +00:00
..
2016-08-24 18:52:27 +10:00
2015-12-18 09:23:06 +11:00
2015-12-18 09:23:06 +11:00
2016-07-29 16:17:44 +03:00