rally-openstack/tests/unit
li,chen 44b5f310c5 use function next() instead of next() method on iterator objects
Python 3 introduced a next() function to replace the next() method on
iterator objects. Rather than calling the method on the iterator, the next()
function is called with the iterable object as it's sole parameter, which
calls the underlying __next__() method.

The next() function was backported to Python 2.6 which allows us to use either
the 2.x or 3.x way simultaneously.

Change-Id: I945225b1b0c6c39842a77f4a136e9431b798229f
Closes-Bug: #1403074
2015-01-02 15:41:25 +02:00
..
doc Improve plugins and apply loading for runners and contexts plugins 2014-10-24 10:25:10 +00:00
rally_jobs Move files to common lib(Part 3) 2014-12-31 09:21:14 +08:00
__init__.py Reorganize test module structure 2014-10-07 13:50:40 +00:00
fakes.py Move files to common lib(Part 3) 2014-12-31 09:21:14 +08:00
test_hacking.py use function next() instead of next() method on iterator objects 2015-01-02 15:41:25 +02:00
test.py Port to use oslo.config.fixture 2014-11-19 12:48:51 +00:00