cinder/cinder/tests/db
Zhongyue Luo 7567cb5fb6 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: I2e430e87dd0222b194a84f2928ad36aac26aaba6
2013-10-09 09:58:12 +08:00
..
__init__.py Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
fakes.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 17:26:42 +02:00
test_finish_migration.py Utilizes assertIsNone and assertIsNotNone 2013-10-09 09:58:12 +08:00
test_name_id.py Replace assertEquals with assertEqual - 1/2 2013-09-08 21:42:26 +08:00
test_qos_specs.py Utilizes assertIsNone and assertIsNotNone 2013-10-09 09:58:12 +08:00
test_transfers.py Cleanup and more tests for db.api methods 2013-10-04 12:27:15 +03:00