panko/ceilometer/tests/objectstore
Victor Stinner de9c4891e7 Python 3: generalize the usage of the six module
* Replace itertools.ifilter() with six.moves.filter()
* Replace itertools.imap() with six.moves.map()
* Replace map(_compare, statistics)
  with [_compare(statistic) for statistic in statistics]
* Replace obj.iterkeys() with six.iterkeys(obj)
* Replace obj.iteritems() with six.iteritems(obj)
* Replace xrange() with six.moves.xrange(), or with range() for small
  ranges
* Replace the repr module with six.moves.reprlib

Change-Id: Iaaa328cc15355182bde444a1aeaa4385691c8f90
2015-05-15 22:41:52 +02:00
..
__init__.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_notifications.py fix incorrect key check in swift notifications 2015-03-24 12:25:01 -04:00
test_rgw_client.py Add ceph object storage meters 2015-02-24 17:25:47 +05:30
test_rgw.py Add ceph object storage meters 2015-02-24 17:25:47 +05:30
test_swift_middleware.py Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
test_swift.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00