index
:
delta/python-requests.git
1.26-test
2.0
2.16.0
2.20.0
3.0
3.0-requestscore
3.7_collections
add-codescanning
alex-patch-1
appveyor_fix
appveyor_test
baserock/morph
bug/5671
build_fix
cache
circle-ci
default_port_handling
dependabot/pip/bleach-3.1.1
dependabot/pip/bleach-3.1.2
dependabot/pip/bleach-3.1.4
deps
disable-security
doc_cleanup
encapsulate_urllib3_exc
faster-ci
fix-1859
fix-cookies-saved-on-redirect
fix-pickling-adapters
fix-redirect-test
fix_help_ssl_check
flake8
flake8-improvements
help
jenkins
kennethreitz-patch-1
kennethreitz-patch-2
master
none_filepointer
partII
pipenv
proposed/3.0.0
pytest-httpbin
render
revert-2706-fix-merge-setting
revert-3700-master
revert-3983-appveyor
revert-4144-move_compat_to_warn
sigmavirus24/docs/support
swap-charade-for-chardet
test
test2
test4
test5
test6
test_urllib3_dev
threedotoh
travis
travis2
twisted
update-3.0
update-notice
update-security-md
update_lock_file
updating_3.0.0
urllib1.25
urllib3-dev
v2.25.0
version
github.com: kennethreitz/requests.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test_requests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove remaining test that contacts external server.
pytest-httpbin
Cory Benfield
2015-11-05
1
-1
/
+1
*
Remove threaded test
Cory Benfield
2015-11-05
1
-15
/
+0
*
Fixup assertion broken in rewrite to py.test
Cory Benfield
2015-11-05
1
-1
/
+1
*
Stop being so specific when testing error strings.
Cory Benfield
2015-11-05
1
-1
/
+1
*
Use py.test style assertions
Cory Benfield
2015-11-05
1
-2
/
+2
*
Inject and use httpbin fixture everywhere.
Cory Benfield
2015-11-05
1
-90
/
+90
*
Make sure we unapply this patch.
Cory Benfield
2015-11-05
1
-21
/
+26
*
Stop using HTTP and HTTPS schemes in one test.
Cory Benfield
2015-11-05
1
-2
/
+1
*
Stop inheriting from unittest.TestCase
Cory Benfield
2015-11-05
1
-1
/
+1
*
Define some httpbin fixtures.
Cory Benfield
2015-11-05
1
-9
/
+22
*
fix issue #2844
Alex Khomchenko
2015-10-23
1
-0
/
+5
*
Failing test for issue #2818
Cory Benfield
2015-10-12
1
-0
/
+11
*
Merge pull request #2763 from ravipra/json_supersedes
Cory Benfield
2015-10-05
1
-0
/
+7
|
\
|
*
Removed the other 'encode' as well, in the test case.
Ravi Prakash Putchala
2015-09-09
1
-1
/
+1
|
*
changed the null check for 'data' parameter to be more explicit.
Ravi Prakash Putchala
2015-09-09
1
-1
/
+1
|
*
Fixed issue #2756
Ravi Prakash Putchala
2015-09-08
1
-0
/
+7
*
|
Merge pull request #2678 from sigmavirus24/proposed/2.8.0
Cory Benfield
2015-10-05
1
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'fix-merge-setting' of https://github.com/ak1r4/requests into pr...
Cory Benfield
2015-08-06
1
-0
/
+7
|
|
\
|
*
\
Merge remote-tracking branch 'upstream/master' into proposed/2.8.0
Ian Cordasco
2015-07-18
1
-7
/
+0
|
|
\
\
|
*
|
|
Fix pool connection closed test
Ian Cordasco
2015-07-18
1
-1
/
+1
|
*
|
|
Merge branch 'auth-digest-multi-thread' of https://github.com/exvito/requests...
Ian Cordasco
2015-07-18
1
-0
/
+20
|
|
\
\
\
|
|
*
|
|
digestauth: threadsafe test
Pierre Tardy
2015-04-03
1
-0
/
+20
|
*
|
|
|
Catch and wrap ClosedPoolError
Susan Tan
2015-07-17
1
-0
/
+10
*
|
|
|
|
Merge pull request #2741 from jasongrout/per-host-proxy
Cory Benfield
2015-09-06
1
-0
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Add test for per-host proxy selection
Jason Grout
2015-08-27
1
-0
/
+9
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Fix tests on python 2.6
Ian Cordasco
2015-08-24
1
-2
/
+4
|
/
/
/
/
*
|
|
|
Fix merge setting for not preserving original order of dict parameters
Akira J
2015-08-04
1
-0
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
Remove broken CaseInsensitiveDict repr test
Ian Cordasco
2015-07-18
1
-7
/
+0
|
/
/
*
|
assert that the copy() is not the original
Gert Van Gool
2015-07-14
1
-1
/
+4
*
|
Don't test the NotImplemented, just make sure it's False
Gert Van Gool
2015-07-13
1
-1
/
+1
*
|
Adds extra tests for CaseInsensitiveDict
Gert Van Gool
2015-07-13
1
-0
/
+15
*
|
fix unittest typo
colin
2015-05-26
1
-2
/
+2
*
|
fix contextlib.closing bug for sessions where content is not consumed (issue ...
colin
2015-05-24
1
-0
/
+10
*
|
Simplify PreparedRequest.prepare API
Ian Cordasco
2015-04-20
1
-1
/
+0
|
/
*
Add testcase to demonstrate r.iter_lines() reentrancy issue
Priit Laes
2015-03-07
1
-0
/
+17
*
Merge pull request #2466 from sigmavirus24/bug/2465
Ian Cordasco
2015-03-04
1
-0
/
+7
|
\
|
*
Add a test to ensure the alias does not regress
Ian Cordasco
2015-02-28
1
-0
/
+7
*
|
test_can_send_bytes_bytearray_objects_with_files test now uses string input, ...
Rasmus Scholer (TimelineX)
2015-03-03
1
-1
/
+1
*
|
Created test case for using bytes and bytearray objects with files argument t...
Rasmus Scholer (TimelineX)
2015-03-03
1
-0
/
+13
|
/
*
add a timeout value to connection_error_invalid_port test to accelerate failure
Colin Dickson
2015-02-04
1
-1
/
+1
*
split test_connection_error into two distinct tests, and changed "unknown url...
Colin Dickson
2015-02-03
1
-2
/
+4
*
Merge pull request #2393 from sigmavirus24/bug/2356
Kenneth Reitz
2015-01-27
1
-0
/
+16
|
\
|
*
Attempt to quote anyway if unquoting fails
Ian Cordasco
2015-01-18
1
-0
/
+16
*
|
Check that a filename is a basestring instance
Ian Cordasco
2015-01-20
1
-0
/
+26
|
/
*
Uncommented test in test_requests.py
ContinuousFunction
2014-12-15
1
-9
/
+9
*
Merge branch 'master' of https://github.com/kennethreitz/requests
ContinuousFunction
2014-12-15
1
-6
/
+26
|
\
|
*
utils.guess_filename fails if the given parameter looks like a file object bu...
Arthur Darcet
2014-12-12
1
-0
/
+8
|
*
Update tests to work offline
Ian Cordasco
2014-12-01
1
-7
/
+7
|
*
Add last few changes and add a quick test
Ian Cordasco
2014-11-12
1
-1
/
+13
*
|
Changed ConnectionError to InvalidURL
ContinuousFunction
2014-11-17
1
-2
/
+2
[next]