Add test to verify .netrc authentication behavior.
authorVikram Oberoi <voberoi@gmail.com>
Thu, 27 Jun 2013 21:16:42 +0000 (17:16 -0400)
committerVikram Oberoi <voberoi@gmail.com>
Thu, 27 Jun 2013 21:16:42 +0000 (17:16 -0400)
commitd9c49ad30d1107591f3b5150da6f95ec90c63784
tree20e3ec068a2a8ac598928524868712f9c6be967d
parent188e7609b36eb2100abe3a6a5c3bbebcf1205cfb
Add test to verify .netrc authentication behavior.

Here's what should happen:

- If no credentials are given, use netrc if there's a netrc entry.
- If credentials are given, they should override netrc.
test_requests.py