cinder/cinder/tests/unit/api/v1
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
test_snapshots.py Extracted HTTP response codes to constants 2017-03-22 12:01:18 +05:30
test_volumes.py Revert "Using assertFalse(A) instead of assertEqual(False, A)" 2017-06-06 19:43:10 +00:00