heat/heat
Cao Xuan Hoang 7bc114bfe5 Using assertIsNotNone() instead of assertIsNot(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: Ie421629e0c78516595086510ba74130bfe6d1086
2016-09-26 10:46:38 +07:00
..
api Remove tenant_safe flag from rpc and db api 2016-08-16 12:38:33 +05:30
cloudinit Validate that python3 is ready for loguserdata 2016-08-26 11:49:30 +00:00
cmd Migrate stacks from legacy to convergence engine 2016-08-22 10:40:29 +03:00
common Use save_and_reraise_exception() in HeatException 2016-09-22 17:53:57 -04:00
db Merge "Release resource lock when executing reset_stack_status" 2016-09-16 05:28:50 +00:00
engine Merge "Example for "Replace" function should use self.fn_name" 2016-09-24 17:15:36 +00:00
hacking Restrict use of iteritems, iterkeys and itervalues 2016-03-23 10:05:54 +00:00
httpd Moved CORS middleware configuration into oslo-config-generator 2016-03-14 08:19:29 -07:00
locale Imported Translations from Zanata 2016-06-02 07:02:51 +00:00
objects Merge "A context cache for Resource objects" 2016-08-24 17:12:01 +00:00
openstack Clean imports in code 2016-08-26 15:28:57 +07:00
rpc Migrate stacks from legacy to convergence engine 2016-08-22 10:40:29 +03:00
scaling Clean imports in code 2016-08-16 12:44:36 +07:00
tests Using assertIsNotNone() instead of assertIsNot(None) 2016-09-26 10:46:38 +07:00
__init__.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
version.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00