mahmoudimus / nose-timer

A timer plugin for nosetests (how much time does every test take?)
MIT License
126 stars 33 forks source link

BUG: `iteritems` in Python3 #23

Closed larsoner closed 10 years ago

larsoner commented 10 years ago

I get this error in Python 3:

File "/home/travis/anaconda/envs/testenv/lib/python3.3/site-packages/nosetimer/plugin.py", line 51, in report
    d = sorted(self._timed_tests.iteritems(),
AttributeError: 'dict' object has no attribute 'iteritems'

Is Python3 officially supported at the moment? If so, I can take a crack at fixing it -- otherwise, I probably don't have enough time ATM to check for Py3 support everywhere.

larsoner commented 10 years ago

Whoops, I was looking at the pip version. Never mind!