nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

Initial Py2/3 patches (futurize --stage1 .) #149

Closed edschofield closed 9 years ago

edschofield commented 9 years ago

These patches take FunkLoad in the direction of Py2/3 compatibility without breaking existing Py2 support. The Py3 support isn't there yet, but these patches should be uncontroversial in that they merely modernize the Py2 code and will reduce the size and complexity of the eventual patches to support Py2/3.

bdelbosc commented 9 years ago

Thanks for your contribution !