Files
deb-python-eventlet/tests
Tushar Gohad 01d5e8738b wsgi.input: Make send_hundred_continue_headers a public API
Per HTTP RFC 7231 (http://tools.ietf.org/html/rfc7231#section-6.2)
a client is required to be able to process one or more 100 continue
responses.

-- RFC 7231 --------------------

6.2.  Informational 1xx

[snip]

   A client MUST be able to parse one or more 1xx responses received
   prior to a final response, even if the client does not expect one.
   A user agent MAY ignore unexpected 1xx responses.
...
--------------------------------

This patch adds a send_hundred_continue_headers() public API method
to wsgi.input, thus allowing WSGI apps to send more than one 100-
continue response.  This does not change existing semantics for the
first 100-continue response sent on read() or readline().
2014-11-06 08:19:03 -07:00
..
2014-10-11 01:41:30 +01:00
2014-10-11 01:41:30 +01:00
2014-10-29 11:21:05 +03:00
2014-10-29 11:21:05 +03:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00
2014-04-24 18:11:37 +04:00
2014-10-29 11:21:05 +03:00
2014-10-11 01:41:30 +01:00
2014-08-27 10:21:55 +04:00
2014-10-11 01:41:30 +01:00
2014-08-27 10:21:55 +04:00
2014-10-11 01:41:30 +01:00
2014-10-10 08:53:11 +01:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00
2014-08-27 10:21:55 +04:00
2014-07-18 02:12:53 +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.