magnum/magnum/tests/unit/common
indicoliteplus 37093b2436 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.

Change-Id: I35c8978d8e189c894038b8d1e974938ffff71fcc
2017-06-15 12:46:54 +08:00
..
cert_manager Replace naked exceptions in barbican_cert_manager 2016-10-17 15:35:15 -04:00
x509 Remove unnecessary setUp and tearDown 2016-09-20 11:59:08 +08:00
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_clients.py Set is_admin flag correctly in RequestContext 2017-03-03 03:37:08 +00:00
test_context.py Fix the incorrect initialization of context roles 2017-01-07 23:35:08 -06:00
test_docker_utils.py Centralize config option: docker section 2016-09-22 05:57:31 +00:00
test_exception.py Remove redundant exceptions code 2016-05-25 09:45:51 +01:00
test_keystone.py Set is_admin flag correctly in RequestContext 2017-03-03 03:37:08 +00:00
test_policy.py Set is_admin flag correctly in RequestContext 2017-03-03 03:37:08 +00:00
test_profiler.py Revert "Using assertFalse(A) instead of assertEqual(False, A)" 2017-06-15 12:46:54 +08:00
test_rpc.py Remove old oslo.messaging transport aliases 2017-04-05 06:31:31 +00:00
test_service.py Improve unit test coverage for common/service.py 2016-08-12 00:42:52 +00:00
test_short_id.py Do not use translate to delete chars 2016-02-29 14:34:07 +08:00
test_urlfetch.py Fix order of arguments in assertEqual 2015-10-10 18:11:18 +08:00
test_utils.py Use function is_valid_mac from oslo.utils 2016-10-21 13:41:38 +08:00