oslotest/oslotest
lingyongxu 31803fe815 Use assertIsNone(...) instead of assertIs(None,...)
Following OpenStack Style Guidelines: [1]
Unit test assertions tend to give better messages for more
specific assertions. As a result, assertIsNone(...) is
preferred over assertIs(None, ...) and assertIsNotNone(...)
is preferred over assertIsNot(None, ...).

[1] http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

Change-Id: Ib2eea3c4fba81849338a3aad538dd58a56bc3f11
2017-07-18 14:49:07 +08:00
..
tests Use assertIsNone(...) instead of assertIs(None,...) 2017-07-18 14:49:07 +08:00
tools Restore missing module for pre-release test script 2015-02-20 12:47:00 -05:00
__init__.py Remove six.moves call 2015-01-15 11:24:07 +01:00
base.py Hack to get back stopall cleanup behavior feature 2016-02-17 06:54:22 -05:00
createfile.py Add CreateFileWithContent fixture 2015-06-12 19:15:18 +00:00
functional.py Add class to deal with clouds.yaml support 2015-05-14 20:43:32 -07:00
log.py Allow TRACE and integer logging levels for 'OS_DEBUG' 2015-07-27 17:58:30 -07:00
mockpatch.py Remove mockpatch re-implementations 2016-04-13 14:27:28 -05:00
modules.py A DisableModules fixture that removes modules from path 2016-07-06 15:48:24 +10:00
moxstubout.py Remove six.moves call 2015-01-15 11:24:07 +01:00
output.py Create CaptureOutput fixture 2015-06-12 14:35:28 +00:00
timeout.py Create Timeout wrapper fixture 2015-06-12 14:34:51 +00:00