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
/
functional
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
*
|
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
|
|
/
*
|
Use body and headers when recording upstream calls.
Bogdan Hodorog
2016-04-06
2
-3
/
+12
*
|
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
8
-47
/
+73
*
|
Add priority argument to register_uri.
Joshua Carp
2015-03-13
1
-0
/
+17
*
|
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
1
-0
/
+151
|
/
*
Unit test for mocking of octet stream and fix to the code
Matt Millar
2014-03-14
1
-0
/
+23
*
Python 3: fix test_httpretty_should_allow_registering_regexes_with_streaming_...
Cyril Roelandt
2014-01-21
1
-2
/
+2
*
Python3: Fix test_recording_calls()
Cyril Roelandt
2014-01-21
1
-1
/
+3
*
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
*
improving test server
Gabriel Falcao
2013-10-07
1
-2
/
+9
*
more refactoring
Gabriel Falcao
2013-10-07
1
-4
/
+0
*
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
*
improving functional test for recording
Gabriel Falcao
2013-10-02
1
-62
/
+29
*
using threads in the base server instead of multiprocessing and removing the ...
Gabriel Falcao
2013-10-01
1
-4
/
+6
*
teaching HTTPretty to playback recorded responses. refs #10
Gabriel Falcao
2013-10-01
2
-1
/
+75
*
teaching HTTPretty how to record requests. refs #10
Gabriel Falcao
2013-10-01
4
-2
/
+175
*
fixing bug when unicode query string had unicode chars. closes #36
Gabriel Falcao
2013-10-01
1
-0
/
+8
*
Merge pull request #89 from Gandi/master
Gabriel Falcão
2013-09-29
1
-1
/
+3
|
\
|
*
Don't duplicate http ports number
Guillaume Gauvrit
2013-07-29
1
-1
/
+3
*
|
Add a way to match the querystrings.
Alexis Métaireau
2013-09-23
1
-0
/
+22
|
/
*
Use the real socket if it's not HTTP
Guillaume Gauvrit
2013-07-25
1
-0
/
+1
*
Fixing bug of trailing slash. closes #73
Gabriel Falcao
2013-06-20
1
-0
/
+9
*
Merge pull request #61 from maxmind/master
Gabriel Falcão
2013-06-11
5
-53
/
+53
|
\
|
*
Whitespace and 'u' string fixes
Gregory Oschwald
2013-05-06
5
-53
/
+53
|
*
Removed 2.x-style unicode literals
Gregory Oschwald
2013-05-06
5
-48
/
+48
*
|
add http OPTIONS verb
Grigouze
2013-05-23
1
-1
/
+1
|
/
*
unicode fix for python 3
Steve Pulec
2013-05-03
1
-6
/
+6
*
no need for global anymore
Steve Pulec
2013-05-03
1
-1
/
+0
*
make sure that streaming data for callbacks is received properly
Steve Pulec
2013-05-03
1
-2
/
+17
*
Merge pull request #56 from spulec/fix-querystring-with-regex2
Gabriel Falcão
2013-05-01
1
-0
/
+18
|
\
|
*
regex matching should ignore querystrings
Steve Pulec
2013-04-30
1
-0
/
+18
*
|
fixes for other python version
Steve Pulec
2013-05-01
1
-2
/
+2
*
|
Fixes streaming data requests when using regexes. Closes #42
Steve Pulec
2013-04-30
1
-0
/
+23
|
/
[next]