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
...
*
removing undesired file. #shameonme :poop:
Gabriel Falcao
2013-03-15
1
-65
/
+0
*
httpretty now works well with non-http protocols. closes #34
Gabriel Falcao
2013-03-15
4
-8
/
+165
*
global state
Gabriel Falcao
2013-03-12
1
-9
/
+16
*
httprettified decorator for TestCases
coagulant
2013-03-02
1
-0
/
+48
*
bumping to 0.5.10 + updating readme, changelog and adding a contributors list
Gabriel Falcao
2013-02-19
9
-9
/
+9
*
fix missing dictionary conversion in get_next_entry and add new test for this
Hugh Saunders
2013-02-19
1
-0
/
+32
*
use .text instead of .content
Hugh Saunders
2013-02-18
1
-1
/
+1
*
Allow multiple methods for the same URI
Hugh Saunders
2013-02-18
1
-0
/
+18
*
Additional fixes for py3k
Steve Pulec
2013-02-17
5
-60
/
+95
*
implementing regex support. closes #26
Gabriel Falcao
2013-02-14
4
-2
/
+63
*
raising a RuntimeError when unexpected socket methods are called,
Gabriel Falcao
2013-02-14
1
-0
/
+104
*
adding @spulec's changes to support py3k. closes #27
Gabriel Falcao
2013-02-14
6
-18
/
+39
|
\
|
*
py3k support
Steve Pulec
2013-02-13
6
-18
/
+39
*
|
Merge pull request #28 from spulec/feature/callbacks
Gabriel Falcão
2013-02-14
3
-0
/
+94
|
\
\
|
*
|
adding formatting indexes for py26 compat
Steve Pulec
2013-02-14
3
-3
/
+3
|
*
|
Add ability set callback functions for response bodies
Steve Pulec
2013-02-14
3
-0
/
+94
|
|
/
*
|
supporting easy syntax for testing querystrings. closes #25
Gabriel Falcao
2013-01-29
3
-12
/
+66
|
/
*
count requests fix #20
ademarco
2012-12-10
1
-0
/
+2
*
Multipart func test as requested in #19
ademarco
2012-12-07
1
-1
/
+20
*
Request-Line regex. it will fix #18 (added a test)
ademarco
2012-12-07
1
-0
/
+1
*
Request-Line regex. it will fix #18
ademarco
2012-12-07
1
-0
/
+17
*
upgrading sure version
Gabriel Falcao
2012-11-27
4
-78
/
+76
*
Extended the streaming test to cover iterating...
Matt Luongo
2012-11-24
1
-3
/
+23
*
Strengthened the streaming test to expose a bug.
Matt Luongo
2012-11-24
1
-7
/
+40
*
Added a test for streaming HTTP using requests.
Matt Luongo
2012-11-23
1
-0
/
+30
*
adding missing status codes. closes #14
Gabriel Falcao
2012-11-19
1
-16
/
+94
*
code cleanup. #refs #1
Gabriel Falcao
2012-11-11
1
-2
/
+1
*
fixing bug where HTTPretty wouldn't parse query strings. closes #12, closes #5
Gabriel Falcao
2012-11-11
3
-2
/
+48
*
updating license
Gabriel Falcao
2012-11-09
8
-9
/
+8
*
updating readme and some tests
Gabriel Falcao
2012-11-07
3
-8
/
+226
*
fixing all tests
Gabriel Falcao
2012-11-07
2
-23
/
+23
*
Update: Sure 0.7 makes the context mandatory.
Piet Delport
2012-03-04
1
-2
/
+2
*
adding a dummy last_request for the sake of meaningful assertion errors
0.4
Gabriel Falcao
2011-06-29
1
-0
/
+8
*
aditional tests
Gabriel Falcao
2011-06-29
2
-0
/
+56
*
supporting ssl + version 0.4
Gabriel Falcao
2011-06-29
2
-8
/
+8
*
version 0.3 introducing the `@httprettified` decorator. closes #2
0.3
Gabriel Falcao
2011-06-28
2
-44
/
+42
*
dirty and nasty
Gabriel Falcao
2011-06-28
2
-25
/
+50
*
version 0.2, recording the requests
Gabriel Falcao
2011-06-26
2
-2
/
+60
*
fixing typos and styles
Gabriel Falcao
2011-06-25
1
-8
/
+8
*
adding the untracked test I forgot to `git add`
Gabriel Falcão
2011-02-08
1
-0
/
+50
*
httplib2 support
Gabriel Falcão
2011-02-08
2
-24
/
+149
*
starting to support httplib2
Gabriel Falcão
2011-02-07
1
-0
/
+44
*
allowing the bypass of an unregistered URI
Gabriel Falcão
2011-02-04
2
-5
/
+25
*
more assertions
Gabriel Falcão
2011-02-01
1
-0
/
+8
*
enabling/disabling
Gabriel Falcão
2011-02-01
4
-3
/
+143
*
more assertions
Gabriel Falcão
2011-01-30
1
-0
/
+6
*
supporting rotating responses
Gabriel Falcão
2011-01-30
1
-0
/
+25
*
checking status code
Gabriel Falcão
2011-01-29
1
-3
/
+6
*
allowing specify headers
Gabriel Falcão
2011-01-29
1
-0
/
+69
*
basic headers
Gabriel Falcão
2011-01-29
1
-1
/
+22
[prev]
[next]