summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Temporary fix for unicode literal breaking test.Cory Benfield2012-06-191-1/+8
* Fixes issue #669Piotr Dobrogost2012-06-101-2/+6
* fix test for python3v0.13.1Kenneth Reitz2012-06-071-2/+2
* Merge pull request #659 from Bluehorn/developKenneth Reitz2012-06-071-0/+21
|\
| * Allow passing a file or file-like object as data.Torsten Landschoff2012-06-071-0/+21
* | test that empty body text responses workKenneth Reitz2012-06-071-0/+7
|/
* Change the None check from self.assertIsNone to python style None Check, as b...Arup Malakar2012-05-231-1/+1
* Issue #505: Changed the store_cookie configuration to be part of the config d...Arup Malakar2012-05-231-4/+6
* Wrote tests for new CookieJar functionality and made them pass.Josh Imhoff2012-05-211-0/+33
* fix test for 2.6's unittestKenneth Reitz2012-05-161-1/+1
* authorsKenneth Reitz2012-05-161-0/+21
|\
| * Issue #505: Allow disabling of cookie persistence/sendingArup Malakar2012-05-161-0/+21
* | remove requests async testsKenneth Reitz2012-05-101-77/+0
|/
* Test async requests with Session cookiesRoman Haritonov2012-05-081-0/+10
* Test if cookies are saving to session when session.request is called with ret...Roman Haritonov2012-05-081-0/+10
* adding test verifying data httpbin seesbarberj2012-05-061-0/+7
* synatx error for python3. all strings are unicodebarberj2012-05-061-2/+2
* added unicode stringsbarberj2012-05-061-0/+9
* added mutlipart file=stringsbarberj2012-05-061-0/+15
* Tests for persistent and secure cookiesShivaram Lingamneni2012-05-032-2/+44
* test for #458Shivaram Lingamneni2012-05-031-2/+16
* Merge pull request #577 from slingamn/redirects_537Kenneth Reitz2012-05-031-0/+10
|\
| * add a test for max_redirects in safe/normal modesShivaram Lingamneni2012-05-031-0/+10
* | remove fancy test assertions that are unavailable on 2.6Shivaram Lingamneni2012-05-021-7/+7
|/
* add Python 3 compatibilityShivaram Lingamneni2012-05-011-1/+1
* add laurentb's test case for cookie handling on redirectsShivaram Lingamneni2012-05-011-2/+21
* remove unused import in testShivaram Lingamneni2012-05-011-1/+0
* fix and test for a bug dhagrow reportedShivaram Lingamneni2012-05-011-0/+5
* add a test for redirectionShivaram Lingamneni2012-05-011-0/+12
* Further changes to move cookies to CookieJarShivaram Lingamneni2012-05-012-7/+166
* httpbin weirdnessKenneth Reitz2012-05-011-5/+0
* Revert "Add failing tests for invalid %encodings"Kenneth Reitz2012-04-221-7/+0
* Revert "Reenable test_session_with_escaped_url test"Kenneth Reitz2012-04-221-65/+65
* Add a smoke test for https functionalityShivaram Lingamneni2012-04-161-0/+31
* fix #549 Add 'prefetch' to Session.__attrs__ and Requests.__init__Roman Haritonov2012-04-131-0/+16
* Merge branch 'develop' of https://github.com/catwell/requests into developKenneth Reitz2012-04-131-0/+14
|\
| * Fix infinite loop on wrong Digest AuthenticationPierre Chapuis2012-04-121-0/+14
* | A get with an invalid port should wrap urllib3's LocationParseError exception...Chris Dary2012-04-121-0/+7
|/
* Add failing tests for invalid %encodingsJonty Wareing2012-04-111-0/+7
* Reenable test_session_with_escaped_url testJonty Wareing2012-04-111-65/+65
* Fixing a silly typo in my testMichael Newman2012-04-081-1/+1
* If there is no content in a response don't throw an error the second time tha...Michael Newman2012-04-081-0/+5
* Removed unnecessary leading slashes in httpbin's endpointsPiotr Dobrogost2012-03-311-5/+4
* Excluding select from the monkey patching that gevent does to allow select.po...Michael Newman2012-03-151-0/+6
* merge conflict and fixes for python3Kenneth Reitz2012-03-091-2/+50
* Merge remote-tracking branch 'origin/develop' into developKenneth Reitz2012-03-092-2/+6
|\
| * Move chunked head redirect test to extChris Dary2012-03-082-5/+6
| * Potential fix for #436Chris Dary2012-03-081-1/+4
* | Merge branch 'iter_lines-fix' of https://github.com/fawek/requests into developKenneth Reitz2012-03-091-7/+11
|\ \ | |/ |/|
| * Considerably simplify and fix the iter_lines() functionJakub Wieczorek2012-03-051-7/+11