swift/test/unit/account
Victor Stinner e5c962a28c Replace xrange() with six.moves.range()
Patch generated by the xrange operation of the sixer tool:
https://pypi.python.org/pypi/sixer

Manual changes:

* Fix indentation for pep8 checks
* Fix TestGreenthreadSafeIterator.test_access_is_serialized of
  test.unit.common.test_utils:
  replace range(1, 11) with list(range(1, 11))
* Fix UnsafeXrange docstring, revert change

Change-Id: Icb7e26135c5e57b5302b8bfe066b33cafe69fe4d
2015-06-23 07:29:15 +00:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_auditor.py Add container_count to policy_stat table 2014-09-24 08:39:01 -07:00
test_backend.py Replace xrange() with six.moves.range() 2015-06-23 07:29:15 +00:00
test_reaper.py Make the reaper use same timestamp for replica deletes 2015-04-16 14:34:02 +01:00
test_replicator.py Add Storage Policy Support to Accounts 2014-06-18 20:57:09 -07:00
test_server.py Replace xrange() with six.moves.range() 2015-06-23 07:29:15 +00:00
test_utils.py Replace it.next() with next(it) for py3 compat 2015-06-15 22:10:45 +05:30