python-magnumclient/magnumclient
chenaidong1 669c9428d8 Use assertIsNone(...) instead of assertEqual(None, ...).
Ref£º   http://docs.openstack.org/developer/hacking/#real-world-import-order-examples

[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, ...),
and assertIsNotNone(...) is preferred over assertNotEqual(None, ...)
and assertIsNot(None, ...).

Change-Id: Idcf78fce02b01c41816a34efcb1264d69ce71706
2017-05-04 10:05:46 +08:00
..
common Merge "Add ca-rotate command to magnumclient" 2017-03-20 18:47:52 +00:00
osc Add the OSC 'cluster template list' command 2017-02-03 08:09:23 +00:00
tests Use assertIsNone(...) instead of assertEqual(None, ...). 2017-05-04 10:05:46 +08:00
v1 Merge "Add ca-rotate command to magnumclient" 2017-03-20 18:47:52 +00:00
__init__.py Added project required files. 2014-11-21 08:33:53 +09:00
client.py Add unversioned client constructor 2015-11-10 08:32:06 +00:00
exceptions.py Sync with oslo-incubator 2016-02-18 13:06:00 +08:00
i18n.py Setup for translation 2015-05-14 20:26:10 -04:00
shell.py Merge "Increase Test coverage" 2017-03-20 18:35:21 +00:00
version.py Skeleton for the cli client 2014-11-21 15:22:41 -08:00