swift/test/unit/obj
lingyongxu ee9458a250 Using assertIsNone() instead of assertEqual(None)
Following OpenStack Style Guidelines:
[1] http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises
[H203] Unit test assertions tend to give better messages for more specific
assertions. As a result, assertIsNone(...) is preferred over
assertEqual(None, ...) and assertIs(..., None)

Change-Id: If4db8872c4f5705c1fff017c4891626e9ce4d1e4
2017-06-07 14:05:53 +08:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
common.py Fix SSYNC failing to replicate unexpired object 2017-04-26 11:29:40 +01:00
test_auditor.py Fix race in new partitions detecting new/invalid suffixes. 2017-01-23 16:09:43 +00:00
test_diskfile.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_expirer.py Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)' 2016-12-12 16:23:09 +07:00
test_reconstructor.py Merge "Do not sync suffixes when remote rejects reconstructor revert" 2017-05-01 20:38:07 +00:00
test_replicator.py Modify _get_hashes() arguments to be more generic 2017-03-29 14:57:40 +02:00
test_server.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_ssync_receiver.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_ssync_sender.py Fix encoding issue in ssync_sender.send_put() 2017-04-19 18:05:52 +01:00
test_ssync.py Merge "Fix SSYNC failing to replicate unexpired object" 2017-05-31 22:49:55 +00:00
test_updater.py Open-code eventlet.listen() 2017-05-11 01:39:14 -06:00