timbertson / rednose

pretty output formatter for python-nosetests
47 stars 0 forks source link

"TypeError: enumerate() takes exactly 1 argument (2 given)" in 0.2.4 #12

Closed oinume closed 13 years ago

oinume commented 13 years ago

Fixes a bug when tests fail: "TypeError: enumerate() takes exactly 1 argument (2 given)"

timbertson commented 13 years ago

Ahh, yeah I guess that's needed for python 2.5. I'm not going out of my way to support 2.5, but this is a simple enough fix.