Files
python-heatclient/heatclient
Pavlo Shchelokovskyy a911f577da Fix comparison with singletons
Many places in tests code use assertEqual(AA, None),
the same with True and False and negatives of such comparisons.

As comparison to singletons must use `is` operator, appropriate usage
is assertIs, assertIsNot, assertIsNone, assertIsNotNone

These assertions are provided by the `testtools` package,
so this change is not breaking backward compatibility with Python 2.6

Change-Id: I232136ce49afdb8bf78b42221454540471d12c23
Closes-Bug: #1259023
2014-01-13 09:45:11 +02:00
..
2014-01-13 09:45:11 +02:00
2013-09-04 14:29:56 +08:00
2012-10-10 08:55:03 +13:00
2013-12-16 01:19:00 +01:00
2014-01-06 12:14:11 -08:00