issues
search
getsentry
/
responses
A utility for mocking out the Python Requests library.
Apache License 2.0
4.17k
stars
355
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Feedback on responses._recorder / How to make it better
#740
last-partizan
opened
1 month ago
0
Export names `matchers` and `Response` from RequestsMock instances
#739
filbranden
closed
1 month ago
2
PreparedRequest instances are modified by responses
#738
Colin-b
opened
2 months ago
4
Add method_or_response= as optional keyword parameter for add() method.
#737
paulsuh
opened
2 months ago
2
Read data from file-like objects in requests (#719)
#736
mrob95
closed
2 months ago
2
all-repos: update actions/upload-artifact to v4
#735
joshuarli
closed
3 months ago
0
RequestsMock.add() and .upsert() parameter names are different
#734
paulsuh
opened
4 months ago
4
ci: dependency review action
#733
mdtro
closed
4 months ago
1
response.calls is not registering my api calls
#732
risky-rickman
closed
4 months ago
5
Fix use of global assert_all_requests_are_fired. Closes #726
#731
andrew-cybsafe
opened
4 months ago
4
Unable to debug `responses.post` not matching
#730
jovlinger
opened
4 months ago
1
Documentation lacking information
#729
developer992
closed
3 months ago
2
recorder: use a case-insensitive HTTP headers check
#728
ptalbert
opened
4 months ago
1
Cannot match with callback
#727
jcampbell05
opened
4 months ago
2
Inconsistent behaviour of assert_all_requests_are_fired between decorator and context manager
#726
andrew-cybsafe
opened
4 months ago
2
Add support for drop-in replacement Niquests when installed
#725
Ousret
closed
3 months ago
0
_recorder.record captures header 'content-encoding: gzip' but does not return gzip content on replay
#724
chriskauffman37
opened
5 months ago
1
raise_for_status() does not return the response
#723
tuky
closed
3 months ago
5
A little typing issue?
#722
rafrafek
opened
5 months ago
0
requests.head raises ChunkedEncodingError if header without content-length is sent
#721
zepaz
opened
5 months ago
2
Addressed bug where recording requests does not save headers to file. Closes #715
#720
TheJacobWalters
closed
5 months ago
0
Cannot match request with `data=filehandle`
#719
jwodder
closed
2 months ago
0
Capture Group Support
#718
jcampbell05
opened
6 months ago
2
Add feature for allowing the body of a request to be matched Closes #716
#717
TheJacobWalters
closed
5 months ago
1
Add capability for matching non json request bodies
#716
TheJacobWalters
closed
5 months ago
5
Cannot record header to file
#715
dwt
closed
5 months ago
2
Release request
#714
ddarricau
closed
5 months ago
6
responses multipart_matcher does not consume the passed iterator; how to mock?
#713
kfot
opened
6 months ago
2
fix mocked HEAD response when content-length header is present
#712
ddarricau
closed
6 months ago
1
fix(matchers): Don't sort failed matches when printing error message
#711
mgaligniana
closed
6 months ago
16
Compatibility with Niquests
#710
Ousret
closed
3 months ago
5
multiple matches in disjunction
#709
fmieres
closed
7 months ago
2
With `urllib3>=2`, mocking HEAD response with content-length header set requires body
#708
KennyChenBasis
closed
6 months ago
0
Use pytest.mark.asyncio
#707
markstory
closed
9 months ago
1
0.25.0: pytest fails in two units
#706
kloczek
closed
5 months ago
6
_recorder doesn't record when there's an exception
#705
olivierdalang
opened
9 months ago
5
Error Message for failed matches sorts arrays even if not originally sorted
#704
IanMoran
closed
6 months ago
0
RequestsMock doesn't catch requests inside loop.run_in_executor(None, ...)
#703
andrei-shabanski
closed
3 months ago
1
fix: Missing header detection for the non-strict case
#702
woodyza
closed
9 months ago
5
[README] Make "Validate Retry mechanism" code snippet complete
#701
Priyansh121096
closed
10 months ago
2
Body value in query string format instead of json when asserting request calls data
#700
eduardo-boutiquenumerique
closed
11 months ago
4
fix: Relax types in matchers to use duck types
#699
markstory
closed
11 months ago
1
Matcher arguments should use `Mapping` instead of `Dict` in type annotations
#698
The-Compiler
closed
11 months ago
0
added support for Python 3.12
#697
beliaev-maksim
closed
11 months ago
2
Easier use of recorder beta feature?
#696
gswilcox01
closed
4 months ago
3
Set repeat count for response
#695
efojs
closed
1 year ago
2
Fix overloads and unlock mypy on tests
#694
beliaev-maksim
closed
1 year ago
1
Fix socket issues
#693
beliaev-maksim
closed
1 year ago
1
[0.24.0 regression] `@overload`s of `responses.activate` need to be restored too
#692
andersk
closed
1 year ago
0
responses 0.24 no longer works with pytest-socket
#691
divad
closed
1 year ago
0
Next