aodh/ceilometer/tests/storage/sqlalchemy
Zhongyue Luo f3e03442a7 Utilizes assertIsNone and assertIsNotNone
Using assertEqual/assertNotEqual to test if an element
is or is not None is too python2.4.
Our unit testing framework supports assertIsNone and assertIsNotNone
which were created for these types of tests.

Change-Id: Ieba2d4ce5602885dc8a33a938a40f3086879b2c3
2014-01-03 13:04:52 +08:00
..
__init__.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_models.py Utilizes assertIsNone and assertIsNotNone 2014-01-03 13:04:52 +08:00