Files
deb-python-eventlet/tests
Sergey Shepelev f37a87b1f8 greenio, tpool: python3 compatibility
Also:
- PEP-8
- check both EAGAIN/EWOULDBLOCK
- use system implementation of GreenPipe.readinto()
2014-07-18 02:10:43 +04:00
..
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-04-24 18:11:37 +04:00
2014-03-28 10:58:14 +04:00
2014-04-23 16:52:43 +04:00
2014-04-24 18:11:37 +04:00

The tests are intended to be run using Nose.  
http://somethingaboutorange.com/mrl/projects/nose/

To run tests, simply install nose, and then, in the eventlet tree, do:
   $ nosetests

That's it!  Its output is the same as unittest's output.  It tends to emit a lot of tracebacks from various poorly-behaving tests, but they still (generally) pass.