pchomik / pytest-spec

Library pytest-spec is a pytest plugin to display test execution output like a SPECIFICATION.
GNU General Public License v2.0
100 stars 19 forks source link

Python 2.6-compatible str.format() usage. #3

Closed amcgregor closed 9 years ago

amcgregor commented 9 years ago

The only thing preventing use of this package under Python 2.6 is the current use of automatic positional str.format() replacements. Adding indices to them makes it work in a version-agnostic way.

Needed for marrow/cache's test suite.

pchomik commented 9 years ago

Sorry for delay. I missed email. I will look into your change Today.