cinder/cinder/tests/unit/api/v2
Eric Harney a68a057de0 Revert "Using assertFalse(A) instead of assertEqual(False, A)"
This is not correct, because assertEqual(False, A) is a stricter check than assertFalse(A).

assertFalse(None) passes, but assertEqual(False, None) will fail.  Therefore, this patch weakened our tests.

This reverts commit bcad8a84c0.

Change-Id: Ib7e2096c94f28d81bbf80bd2f21355a74541d9f8
2017-06-06 19:43:10 +00:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fakes.py Remove unused CG code 2017-03-19 00:49:10 -04:00
test_limits.py Extracted HTTP response codes to constants 2017-03-22 12:02:03 +05:30
test_snapshot_metadata.py Merge "Fix metadata api's raises TypeError" 2017-04-12 22:23:13 +00:00
test_snapshots.py Extracted HTTP response codes to constants 2017-03-22 12:02:03 +05:30
test_types.py Don't drop the volume type's extra spec at DB layer 2017-01-24 01:29:38 +00:00
test_volume_metadata.py Merge "Fix metadata api's raises TypeError" 2017-04-12 22:23:13 +00:00
test_volumes.py Revert "Using assertFalse(A) instead of assertEqual(False, A)" 2017-06-06 19:43:10 +00:00