issues
search
patrys
/
httmock
A mocking library for requests
Other
468
stars
57
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support content encodings other than utf-8
#68
michaelwooley
opened
1 year ago
0
Support content encodings other than utf-8
#67
michaelwooley
opened
1 year ago
0
Drop support for EOL Python 2.7, 3.4-3.6
#66
hugovk
closed
1 year ago
1
Test with GitHub Actions
#65
hugovk
closed
1 year ago
1
Add tox.ini to make local testing easy
#64
hugovk
closed
1 year ago
1
Add res.raw.version for responses
#63
jpmelos
closed
4 years ago
1
Add architecture ppc64le to travis build
#62
ddeka2910
closed
4 years ago
0
tests: fix pytest DeprecationWarning messages
#61
derekschrock
closed
4 years ago
0
Enable testing on Python 3.7 and 3.8
#60
koobs
closed
4 years ago
1
Include tests and useful/related test files in sdist
#59
koobs
opened
4 years ago
2
Prevent session cookies from overwriting
#58
dplyakin
closed
5 years ago
0
Include tests in PyPI tarball
#57
dotlambda
opened
6 years ago
2
Session cookies are overwritten
#56
bdauvergne
closed
5 years ago
0
Include tests.py in pypi package
#55
derekschrock
opened
6 years ago
0
Added a request list to remember_called decorator
#54
jsenin
closed
5 years ago
3
Any way to verify that an interaction happened?
#53
christophetd
closed
6 years ago
2
Make explicit support for both Python 2 and 3
#52
cclauss
closed
7 years ago
1
Python 3.5?
#51
meuseky
closed
7 years ago
2
Set response.encoding to the charset from the Content-Type header.
#50
wieslander
closed
7 years ago
0
Add changelog
#49
eldruin
opened
7 years ago
1
Response doesn't always receive request's URL
#48
rodrigoccurvo
opened
7 years ago
0
Accessing Content After Calling Close Should Return '' if stream=True
#47
cancan101
opened
8 years ago
0
Allow content=None when stream=True
#46
cancan101
opened
8 years ago
0
Breaks under requests 2.11
#45
Wooble
closed
8 years ago
3
Allow session cookies to be mocked as well.
#44
garetht
closed
7 years ago
1
Incompatible with origin Response.raw.read
#43
triostones
opened
8 years ago
0
Added decorator for remembering call count
#42
gmmephisto
closed
7 years ago
1
Fix response.content to be bytes and response.text to be unicode
#41
immerrr
closed
8 years ago
1
import urllib doesnt work with httmock
#40
tjerkw
closed
8 years ago
1
Mocked requests are more permissive with args, causing tests to pass when they should fail
#39
furmaniak
opened
8 years ago
1
Properly handling "stream" parameter
#38
renatgalimov
closed
9 years ago
3
poor documentation
#37
juliabiro
opened
9 years ago
6
Allow content to also be a bytes
#36
k4ml
closed
9 years ago
1
Autoserialization should work not only for dicts, but for lists too
#35
SergSlipushenko
closed
9 years ago
0
fixes #33
#34
xrotwang
closed
9 years ago
1
`response` function only treats `dict` as JSON, not `list`.
#33
xrotwang
closed
9 years ago
0
requests.Session.prepare_request require requests > 2.0
#32
k4ml
opened
9 years ago
0
Added query into urlmatch decorator
#31
NightBlues
closed
9 years ago
3
Provide access to the Request object from the PreparedRequest.original attribute
#30
dummerbd
closed
10 years ago
3
Store cookies in session
#29
reclosedev
opened
10 years ago
1
requirements-dev added
#28
juanpabloaj
closed
9 years ago
1
readme to rst, for a more pretty pypi page
#27
juanpabloaj
closed
9 years ago
1
Outbox?
#26
jarcoal
opened
10 years ago
3
Fix string format in python2.6
#25
garyvdm
closed
10 years ago
0
Travis-CI?
#24
seibert
closed
10 years ago
1
Add support for response.raw attribute.
#23
seibert
opened
10 years ago
3
setup.py: Require requests >= 1.0.0
#22
tripleee
closed
10 years ago
0
Enable automated testing on Python 3.4
#21
frewsxcv
closed
10 years ago
0
make urlmatch optionally filter based on request method
#20
zcourts
closed
10 years ago
5
Is it possible to mock connection errors?
#19
dhalperi
closed
10 years ago
4
Next