oslo.privsep/oslo_privsep
xgwang5843 0cc0f2cd99 Using assertIsNone(xxx) instead of assertEqual(None, xxx)
TrivilalFix

Following OpenStack Style Guidelines:
[1] http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises
[H203] Unit test assertions tend to give better messages for more
specific assertions. As a result, assertIsNone(xxx) is preferred over
assertEqual(None, xxx) and assertIs(xxx, None)

Change-Id: Ieb657a70e94702317d0a7bb254e78d40200e51f6
2017-06-05 09:32:20 +08:00
..
locale Imported Translations from Zanata 2016-06-11 06:52:08 +00:00
tests Using assertIsNone(xxx) instead of assertEqual(None, xxx) 2017-06-05 09:32:20 +08:00
__init__.py Initial cookiecutter project 2015-10-23 18:51:29 +11:00
_i18n.py Remove log translations 2017-03-26 13:41:14 +08:00
capabilities.py Don't fail badly on windows 2015-12-04 07:35:53 -05:00
comm.py Ignore timeout error when receiving message from sockect 2016-09-18 09:07:29 +08:00
daemon.py Remove log translations 2017-03-26 13:41:14 +08:00
priv_context.py Remove log translations 2017-03-26 13:41:14 +08:00
version.py pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:22 -05:00