python-troveclient/troveclient/compat
Cao Xuan Hoang 71b0ff69fa 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: Ie2631ce6d5f1756fe520850be0e0d304f41ba760
2016-10-03 09:33:04 +07:00
..
tests Using assertIsNotNone() instead of assertNotEqual(None) 2016-10-03 09:33:04 +07:00
__init__.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
auth.py Remove Rackspace auth references from troveclient 2016-05-18 13:16:25 -05:00
base.py Use strutils.to_slug() instead of utils.slugify() 2016-09-06 10:17:51 +09:00
cli.py Add root-disable api 2015-12-10 11:23:53 -05:00
client.py Add suport for module maintenance commands 2016-02-24 20:05:39 -05:00
common.py Remove Rackspace auth references from troveclient 2016-05-18 13:16:25 -05:00
exceptions.py Make dict.keys() PY3 compatible 2016-06-21 15:08:32 +00:00
mcli.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
utils.py Use strutils.to_slug() instead of utils.slugify() 2016-09-06 10:17:51 +09:00
versions.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00