Files
deb-python-eventlet/tests
Sergey Shepelev e4dedf7336 wsgi: capitalize_response_headers option
Setting this to False provides compatibility with broken clients
which expect response header names in particular case, such as
ETag by AWS Java SDK.
https://github.com/eventlet/eventlet/issues/80
2014-04-22 17:42:43 +04:00
..
2014-04-15 18:44:38 +04:00
2014-03-28 10:58:14 +04:00
2014-04-15 18:44:38 +04:00
2010-03-07 04:28:25 -05:00
2014-03-28 10:58:14 +04:00
2014-04-15 18:44:38 +04:00
2014-03-28 10:58:14 +04:00
2014-04-15 18:44:38 +04:00
2014-03-28 10:58:14 +04:00
2014-03-28 10:58:14 +04:00
2014-03-28 10:58:14 +04:00
2014-03-28 10:58:14 +04:00
2014-03-28 10:58:14 +04:00
2013-08-12 20:05:34 +04:00
2014-03-28 10:58:14 +04:00
2014-03-28 10:58:14 +04:00
2014-04-15 18:44:38 +04:00
2014-04-15 18:44:38 +04:00
2014-03-28 10:58:14 +04:00
2014-03-28 10:58:14 +04:00
2014-04-15 18:44:38 +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.