Files
python-keystoneclient/keystoneclient/tests/unit
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-03-10 03:51:01 +00:00
2016-09-24 21:18:22 +03:00
2016-05-02 16:36:19 +00:00
2016-01-13 13:03:51 -08:00
2016-08-24 18:52:36 +10:00