Files
deb-python-eventlet/tests
David Goetz bc796c4f65 wsgi: Allow minimum_chunk_size to be overriden on a per request basis
The application can set environ['eventlet.minimum_write_chunk_size']
which will override the minimum_chunk_size set on server initialization
for a single request.

https://bitbucket.org/eventlet/eventlet/pull-request/37/allow-minimum_chunk_size-to-be-overriden
2013-09-05 14:18:07 +04:00
..
2010-03-07 04:28:25 -05:00
2010-02-27 01:45:14 -05:00
2010-03-07 04:28:25 -05:00
2011-01-23 21:37:15 -08:00
2013-06-09 23:51:43 +04:00
2013-08-12 20:05:34 +04:00
2010-02-23 19:51:09 -05:00
2010-02-23 19:51:09 -05: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.