swift/test/unit/common
zhulingjie 83a7ce8ce0 Python 3 compatibility: fix xrange/range issues
xrange is not defined in python3.
Rename xrange() to range().

Change-Id: Ifb1c9cfd863ce6dfe3cced3eca7ea8e539d8a5e9
2018-10-14 14:08:19 +00:00
..
middleware Python 3 compatibility: fix xrange/range issues 2018-10-14 14:08:19 +00:00
ring py3: port common/ring/ and common/utils.py 2018-02-12 06:42:24 +00:00
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
corrupted_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
malformed_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
malformed_schema_example.db Quarantine malformed database schema SQLite errors 2016-12-01 14:17:02 +11:00
missing_container_info.db Quarantine DB without *_stat row 2018-02-07 19:35:05 +01:00
test_base_storage_server.py pep8 fix: assertEquals -> assertEqual 2015-10-11 12:57:25 +02:00
test_bufferedhttp.py py3: port bufferedhttp (hopefully) 2018-08-24 11:30:26 +00:00
test_constraints.py Merge "py3: Port common/constraints" 2018-06-22 11:48:41 +00:00
test_container_sync_realms.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_daemon.py Multiprocess object replicator 2018-04-24 04:05:08 +00:00
test_db_replicator.py Have check_drive raise ValueError on errors 2018-06-20 17:15:07 -07:00
test_db.py Move base64-decoding/unpickling into DatabaseBroker 2018-10-05 22:07:46 +00:00
test_direct_client.py Enabling direct_client users to overwrite X-Timestamp 2018-09-29 01:06:30 +02:00
test_exceptions.py Remove swiftclient dep on direct_client 2013-12-24 03:11:43 -08:00
test_header_key_dict.py Using assertIsNone() instead of assertEqual(None) 2017-06-07 14:05:53 +08:00
test_internal_client.py internal_client: Require that request_tries be positive 2018-10-05 17:51:00 +00:00
test_linkat.py Fix tests using O_TMPFILE 2018-03-13 12:06:07 +00:00
test_manager.py Add checksum to object extended attributes 2017-11-03 13:30:05 -04:00
test_memcached.py py3: port common/memcached.py 2018-02-26 12:39:16 +00:00
test_request_helpers.py py3: port request_helpers 2018-09-15 01:33:34 -06:00
test_splice.py No longer import nose 2017-11-07 15:39:25 +11:00
test_storage_policy.py Configure diskfile per storage policy 2018-08-24 02:29:13 +00:00
test_swob.py Merge "swob.Match: remove quotes when checking __contains__" 2018-07-04 06:34:17 +00:00
test_utils.py Python 3 compatibility: fix xrange/range issues 2018-10-14 14:08:19 +00:00
test_wsgi.py Adding keep_idle config value to socket 2018-09-15 01:30:53 +02:00