3 Commits

Author SHA1 Message Date
Jamie Lennox
df0e4ebd7e Correctly set adapter to response.connection
The response.connection should be the adapter that the request went
through. This is important in some situations (requests-kerberos) where
the connection is reused by the auth plugin to send additional requests.

Change-Id: I87bf996e2edbfb29eba9b4000d976a49cbf6c8cc
Closes-Bug: #1358903
2014-08-20 09:31:30 +10:00
Jamie Lennox
074f9d3dec Fixes in the course of using library in practice
- Most recent register_uri should win.
- Test for responses should check None as '' is legitimate text.
- More tests, partially coverage driven.
2014-06-16 10:50:42 +10:00
Jamie Lennox
9de0862eed Initial commit
Simple framework with basic testing.
2014-04-10 13:13:07 +10:00