swift/test/unit/common/middleware
junboli 99a6d3b30a Test: Use assertIsNone() in unittest
Use assertIsNone() instead of assertEqual(), because assertEqual()
still fails on false values when compared to None

Change-Id: Ic52c319e3e55135df834fdf857982e1721bc44bb
2017-06-25 03:01:42 +00:00
..
crypto refactor some common code from crypto 2017-03-09 11:12:29 -05:00
__init__.py Initial commit of middleware refactor 2010-08-20 00:42:38 +00:00
helpers.py Reduce backend requests for SLO If-Match / HEAD requests 2016-11-21 14:39:50 -08:00
test_account_quotas.py Correctly send 412 Precondition Failed in copy middleware 2016-11-17 17:48:24 +00:00
test_acl.py pep8 fix: assertEquals -> assertEqual 2015-10-11 12:57:25 +02:00
test_bulk.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_cname_lookup.py Allow to configure the nameservers in cname_lookup 2017-06-01 14:02:08 -07:00
test_container_sync.py Make container sync copy SLO manifests 2016-09-14 13:32:00 +01:00
test_copy.py Fix a socket leak in copy middleware 2017-06-15 22:49:17 +02:00
test_crossdomain.py pep8 fix: assertEquals -> assertEqual 2015-10-11 12:57:25 +02:00
test_dlo.py Test: Use assertIsNone() in unittest 2017-06-25 03:01:42 +00:00
test_domain_remap.py Rewrite redirection in cname_lookup & domain_remap 2017-05-11 09:46:29 -04:00
test_except.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_formpost.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_gatekeeper.py Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)' 2016-12-12 16:23:09 +07:00
test_healthcheck.py pep8 fix: assertEquals -> assertEqual 2015-10-11 12:57:25 +02:00
test_keystoneauth.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_list_endpoints.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_memcache.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_name_check.py name_check: better test maximum_length 2017-05-16 17:59:52 -07:00
test_proxy_logging.py Replaced assertTrue(False, msg) with fail(msg) 2017-06-21 12:16:33 +02:00
test_quotas.py Correctly send 412 Precondition Failed in copy middleware 2016-11-17 17:48:24 +00:00
test_ratelimit.py Test: Use assertIsNone() in unittest 2017-06-25 03:01:42 +00:00
test_recon.py Refactor recon to use single md5_hash_for_file function 2016-12-02 18:22:59 +00:00
test_slo.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_staticweb.py Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)' 2016-12-12 16:23:09 +07:00
test_subrequest_logging.py Clean up unused function 2017-03-21 08:46:17 -07:00
test_tempauth.py Test: Use assertIsNone() in unittest 2017-06-25 03:01:42 +00:00
test_tempurl.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_versioned_writes.py fix word spelling mistake 2016-09-30 16:43:54 +08:00
test_xprofile.py Use assertGreater(len(x), 0) instead of assertTrue(len(x) > 0) 2016-12-08 15:45:24 +07:00