nuxeo / FunkLoad

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

FunkLoad Failures Fail on Python 2.7 #3

Closed jimpurbrick closed 13 years ago

jimpurbrick commented 13 years ago

unittest.TestCase._exc_info is not available in Python 2.7 which causes addFailure calls to fail when running FunkLoad tests on Python 2.7.

I think the fix is similar to the patch at the end of this post: http://www.mail-archive.com/python-projects@lists.logilab.org/msg00680.html

Cheers,

Jim

bdelbosc commented 13 years ago

Hi,

I just commit a fix, there is a new snapshot available:

sudo easy_install -f http://funkload.nuxeo.org/snapshots/ -U funkload

Could you close the ticket if it fixes the problem ?

Thanks for your contribution

ben

jimpurbrick commented 13 years ago

Fixed, thanks!