heat/heat/tests/convergence
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
..
framework Deletion of in-progress stack 2016-09-12 09:23:38 +02:00
scenarios Using assertIsNotNone() instead of assertIsNot(None) 2016-09-26 10:46:38 +07:00
__init__.py convergence scenario tests 2015-09-08 09:18:36 +05:30
test_converge.py Fix file permissions 2015-09-23 01:30:46 +05:30