summaryrefslogtreecommitdiff
path: root/test_requests.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining test that contacts external server.pytest-httpbinCory Benfield2015-11-051-1/+1
* Remove threaded testCory Benfield2015-11-051-15/+0
* Fixup assertion broken in rewrite to py.testCory Benfield2015-11-051-1/+1
* Stop being so specific when testing error strings.Cory Benfield2015-11-051-1/+1
* Use py.test style assertionsCory Benfield2015-11-051-2/+2
* Inject and use httpbin fixture everywhere.Cory Benfield2015-11-051-90/+90
* Make sure we unapply this patch.Cory Benfield2015-11-051-21/+26
* Stop using HTTP and HTTPS schemes in one test.Cory Benfield2015-11-051-2/+1
* Stop inheriting from unittest.TestCaseCory Benfield2015-11-051-1/+1
* Define some httpbin fixtures.Cory Benfield2015-11-051-9/+22
* fix issue #2844Alex Khomchenko2015-10-231-0/+5
* Failing test for issue #2818Cory Benfield2015-10-121-0/+11
* Merge pull request #2763 from ravipra/json_supersedesCory Benfield2015-10-051-0/+7
|\
| * Removed the other 'encode' as well, in the test case.Ravi Prakash Putchala2015-09-091-1/+1
| * changed the null check for 'data' parameter to be more explicit.Ravi Prakash Putchala2015-09-091-1/+1
| * Fixed issue #2756Ravi Prakash Putchala2015-09-081-0/+7
* | Merge pull request #2678 from sigmavirus24/proposed/2.8.0Cory Benfield2015-10-051-0/+30
|\ \ | |/ |/|
| * Merge branch 'fix-merge-setting' of https://github.com/ak1r4/requests into pr...Cory Benfield2015-08-061-0/+7
| |\
| * \ Merge remote-tracking branch 'upstream/master' into proposed/2.8.0Ian Cordasco2015-07-181-7/+0
| |\ \
| * | | Fix pool connection closed testIan Cordasco2015-07-181-1/+1
| * | | Merge branch 'auth-digest-multi-thread' of https://github.com/exvito/requests...Ian Cordasco2015-07-181-0/+20
| |\ \ \
| | * | | digestauth: threadsafe testPierre Tardy2015-04-031-0/+20
| * | | | Catch and wrap ClosedPoolErrorSusan Tan2015-07-171-0/+10
* | | | | Merge pull request #2741 from jasongrout/per-host-proxyCory Benfield2015-09-061-0/+9
|\ \ \ \ \
| * | | | | Add test for per-host proxy selectionJason Grout2015-08-271-0/+9
| | |_|_|/ | |/| | |
* | | | | Fix tests on python 2.6Ian Cordasco2015-08-241-2/+4
|/ / / /
* | | | Fix merge setting for not preserving original order of dict parametersAkira J2015-08-041-0/+7
| |_|/ |/| |
* | | Remove broken CaseInsensitiveDict repr testIan Cordasco2015-07-181-7/+0
|/ /
* | assert that the copy() is not the originalGert Van Gool2015-07-141-1/+4
* | Don't test the NotImplemented, just make sure it's FalseGert Van Gool2015-07-131-1/+1
* | Adds extra tests for CaseInsensitiveDictGert Van Gool2015-07-131-0/+15
* | fix unittest typocolin2015-05-261-2/+2
* | fix contextlib.closing bug for sessions where content is not consumed (issue ...colin2015-05-241-0/+10
* | Simplify PreparedRequest.prepare APIIan Cordasco2015-04-201-1/+0
|/
* Add testcase to demonstrate r.iter_lines() reentrancy issuePriit Laes2015-03-071-0/+17
* Merge pull request #2466 from sigmavirus24/bug/2465Ian Cordasco2015-03-041-0/+7
|\
| * Add a test to ensure the alias does not regressIan Cordasco2015-02-281-0/+7
* | test_can_send_bytes_bytearray_objects_with_files test now uses string input, ...Rasmus Scholer (TimelineX)2015-03-031-1/+1
* | Created test case for using bytes and bytearray objects with files argument t...Rasmus Scholer (TimelineX)2015-03-031-0/+13
|/
* add a timeout value to connection_error_invalid_port test to accelerate failureColin Dickson2015-02-041-1/+1
* split test_connection_error into two distinct tests, and changed "unknown url...Colin Dickson2015-02-031-2/+4
* Merge pull request #2393 from sigmavirus24/bug/2356Kenneth Reitz2015-01-271-0/+16
|\
| * Attempt to quote anyway if unquoting failsIan Cordasco2015-01-181-0/+16
* | Check that a filename is a basestring instanceIan Cordasco2015-01-201-0/+26
|/
* Uncommented test in test_requests.pyContinuousFunction2014-12-151-9/+9
* Merge branch 'master' of https://github.com/kennethreitz/requestsContinuousFunction2014-12-151-6/+26
|\
| * utils.guess_filename fails if the given parameter looks like a file object bu...Arthur Darcet2014-12-121-0/+8
| * Update tests to work offlineIan Cordasco2014-12-011-7/+7
| * Add last few changes and add a quick testIan Cordasco2014-11-121-1/+13
* | Changed ConnectionError to InvalidURLContinuousFunction2014-11-171-2/+2