index
:
delta/python-packages/httpretty.git
388-failed-url
andresriancho-master
black
bug/417/pyopenssl
bug/fix-issues-with-ndg-monkeypatching
dirty
docs-guides
fix-466
fix/345/ssl-wrap-socket
fix/387/trailing-slash
fix/399/multiple-instances-of-same-header
fix/413/regex
fix/414/httpx
fix/416/boto3
fix/425/duplicates
fix/426/segfault
fix/430/timeout
fix/issue/402
fix_ndg_break
frankamp-master
gh-pages
main
master
merging-prs
prepare-for-0.10.0
py3
python-3.3-support
python3
renovate/configure
timcowlishaw-feature-delegate-calls-to-other-methods-on-socket
vphilippon-urllib3-126-compat
github.com: gabrielfalcao/httpretty.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
typo
Gabriel Falcão
2018-03-07
1
-3
/
+4
*
Update version classifiers (#329)
Hugo
2018-03-07
4
-16
/
+16
*
Merge pull request #165 from akun/master
Gabriel Falcão
2017-02-16
1
-0
/
+2
|
\
|
*
Fixed an error when "Content-Length" is not int like
akun
2014-05-19
1
-0
/
+2
*
|
add a test for content-length header with callable body
Konstantinos Koukopoulos
2017-02-16
1
-61
/
+20
*
|
Squashed commit of the following:
Andrew Gross
2016-10-11
2
-0
/
+100
*
|
Update HTTP call recording to properly send headers being tested
Andrew Gross
2016-10-11
1
-1
/
+5
*
|
Merge pull request #169 from chris-martin/unittest_TestCase_decorator
Gabriel Falcão
2016-05-26
1
-1
/
+68
|
\
\
|
*
|
Decorate unittest.TestCase setUp/tearDown methods
Chris Martin
2014-05-23
1
-1
/
+68
|
|
/
*
|
Merge pull request #285 from hufman/use_tempfile
Gabriel Falcão
2016-05-26
2
-6
/
+6
|
\
\
|
*
|
Use a tempfile instead of a StringIO object
Walter Huf
2016-02-03
2
-6
/
+6
*
|
|
Merge pull request #287 from hufman/dynamic-content-length
Gabriel Falcão
2016-05-26
1
-0
/
+10
|
\
\
\
|
*
|
|
Encode callable body length as str and not bytes
Walter Huf
2016-02-06
1
-0
/
+10
|
|
/
/
*
|
|
Use body and headers when recording upstream calls.
Bogdan Hodorog
2016-04-06
2
-3
/
+12
|
/
/
*
|
BF: PY3 etc -- no need to byte_type an in which later %s-ed, assume sending b...
Yaroslav Halchenko
2015-12-15
1
-3
/
+3
*
|
making the functional tests a bit more permissive
Gabriel Falcão
2015-12-14
1
-6
/
+7
*
|
attempt to disable httpretty in the current process before spawning a subprocess
Gabriel Falcão
2015-12-14
1
-4
/
+7
*
|
ignoring error when IOLoop has already started
Gabriel Falcão
2015-12-14
1
-1
/
+4
*
|
revamping docs + tests
Gabriel Falcão
2015-12-13
12
-67
/
+105
*
|
Merge pull request #233 from jmcarp/matcher-priority
Gabriel Falcão
2015-07-29
1
-0
/
+17
|
\
\
|
*
|
Add priority argument to register_uri.
Joshua Carp
2015-03-13
1
-0
/
+17
*
|
|
Fix py34 hanging
Ben Picolo
2015-05-13
1
-0
/
+24
*
|
|
add httpretty.has_request() and test
jsa
2015-05-07
1
-0
/
+7
|
/
/
*
|
Update and test PR #208.
Joshua Carp
2015-02-27
1
-9
/
+43
*
|
updating tests to reflect blocking underlying socket
Josh Frankamp
2015-02-16
1
-15
/
+12
*
|
Added test to reproduce https://github.com/gabrielfalcao/HTTPretty/issues/206
Andres Riancho
2015-01-07
1
-0
/
+12
*
|
Merge pull request #170 from chris-martin/disallow-real-connections
Gabriel Falcão
2014-12-11
1
-1
/
+68
|
\
\
|
*
|
Allow_net_connect, prevent real connections (#157)
Chris Martin
2014-05-23
1
-1
/
+68
|
|
/
*
|
Fix bug that occurs when using custom schema/port/regex
Luqmaan
2014-04-03
2
-1
/
+153
|
/
*
Unit test for mocking of octet stream and fix to the code
Matt Millar
2014-03-14
1
-0
/
+23
*
Python3: use bytes where needed.
Cyril Roelandt
2014-01-21
1
-4
/
+4
*
Python 3: fix test_httpretty_should_allow_registering_regexes_with_streaming_...
Cyril Roelandt
2014-01-21
1
-2
/
+2
*
Python 3: fix test_request_stubs_internals
Cyril Roelandt
2014-01-21
1
-5
/
+5
*
Python3: Fix test_recording_calls()
Cyril Roelandt
2014-01-21
1
-1
/
+3
*
Python 3: do not hardcode class name in test_request_stubs_internals().
Cyril Roelandt
2014-01-21
1
-2
/
+5
*
Python 3: Pass bytes to sendall() and friends.
Cyril Roelandt
2014-01-21
1
-21
/
+21
*
Fix relative import
Cyril Roelandt
2014-01-21
1
-1
/
+1
*
Fix test that checks ID rather than equality
Jamie Lennox
2014-01-15
1
-2
/
+2
*
Free version requirements
Jamie Lennox
2014-01-14
1
-1
/
+2
*
creating new docs
Gabriel Falcao
2013-10-10
1
-0
/
+9
*
reaching 80% of unit test coverage
Gabriel Falcao
2013-10-07
1
-0
/
+12
*
refactoring sendall
Gabriel Falcao
2013-10-07
1
-1
/
+110
*
improving test server
Gabriel Falcao
2013-10-07
1
-2
/
+9
*
more refactoring
Gabriel Falcao
2013-10-07
1
-13
/
+88
*
more refactoring
Gabriel Falcao
2013-10-07
2
-4
/
+66
*
more refactoring
Gabriel Falcao
2013-10-04
1
-0
/
+34
*
Starting to refactor the core module
Gabriel Falcao
2013-10-04
2
-0
/
+289
*
temporarily solving #42 in a ugly way. Ready to refactor some code
Gabriel Falcao
2013-10-03
1
-4
/
+2
*
fixing the POST callback being called twice. closes #100, but might regress #42
Gabriel Falcao
2013-10-03
2
-18
/
+35
*
ignoring issue #100 in an unrelated functional test temporarily
Gabriel Falcao
2013-10-02
1
-1
/
+3
[next]