spartanbits / SleekXMPP

Python 2.6+/3.1+ XMPP Library
http://groups.google.com/group/sleekxmpp-discussion
Other
2 stars 1 forks source link

restore testall.py to work with and without gevent #4

Closed pvicente closed 12 years ago

pvicente commented 12 years ago

testall.py will receive a parameter gevent if gevent monkey patch must be applied to run tests

pvicente commented 12 years ago

To test SleekXMPP with gevent type:

./testall.py gevent

With gevent tests are runned in only 6.22 seconds. 3x better than normal running. It seems that it's working well.