issues
search
pnuckowski
/
aioresponses
Aioresponses is a helper for mock/fake web requests in python aiohttp package.
MIT License
513
stars
86
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Request matching does not take into account `params`
#260
lindseynield
opened
2 months ago
0
Do not mock all requests
#259
Sanchoyzer
opened
5 months ago
0
Feature: Use base_url and headers from ClientSession
#258
RafaelWO
opened
6 months ago
1
Refactor assert_called_with to compare selected fields
#257
hamedsh
opened
7 months ago
0
Update ``__version__`` to latest released version
#256
DanielNoord
closed
6 months ago
0
release is version 0.7.4 however latest tag is 0.7.6
#255
nivhanin
opened
9 months ago
4
Add packaging to requirements.txt
#254
gaby
closed
8 months ago
2
Proposal: implement aioresponses.assert_has_calls
#253
KeNaCo
opened
9 months ago
2
Enhancement request: allow removal of repeat=True
#252
rlippmann
opened
10 months ago
2
feat: support raise_for_status as callable
#251
chs2
closed
6 months ago
0
Cannot use module on a vanilla Python 3.9 Docker container or venv due to No module named 'packaging' error
#250
cloudwitch
closed
8 months ago
1
RFE: is it possible to restart making github releases?🤔
#249
kloczek
opened
11 months ago
0
fix: aiohttp 3.9 _writer can't await
#248
JCHacking
closed
11 months ago
5
[BUG aiohttp 3.9] await self._writer TypeError: object Mock can't be used in 'await' expression
#247
JCHacking
closed
11 months ago
7
aiohttp.TraceConfig signals not being fired
#246
WillFM
opened
1 year ago
0
Can we get a 0.7.5 release?
#245
GeeCastro
closed
11 months ago
1
release aioresponses.assert_* feature?
#244
chantra
opened
1 year ago
1
aioresponses ignores custom response_class provided to aiohttp.ClientSession constructor
#243
hf-kklein
opened
1 year ago
3
Add assert_any_call_with
#242
kkpattern
opened
1 year ago
0
replaced pkg_resources with packaging module
#241
iamibi
closed
1 year ago
5
Missing setuptools as dependency
#240
josham
closed
1 year ago
0
use ClientSession base_url and headers
#239
rsaleev
opened
1 year ago
4
assert_any_call expects the method in the self.requests object to be uppercase
#238
CrypticGuru
opened
1 year ago
1
feat: integer repeat
#237
Flix6x
opened
1 year ago
1
`aioresponses` drops empty query params
#236
andmis
opened
1 year ago
0
`aioresponses` reorders query params
#235
andmis
opened
1 year ago
0
`repeat` option in get(), post(), etc. also accept int
#234
markuspinter
opened
1 year ago
0
added passthrough_unmatched flag for aioresponses class (solve #190)
#233
outp1
closed
6 months ago
1
Fix double-query-encoding bug
#232
Simon-Will
opened
1 year ago
0
Function `normalize_url` doubly encodes query string in some cases.
#231
Simon-Will
opened
1 year ago
0
mocking ignores base_url
#230
hydrargyrum
opened
1 year ago
2
Assert called #133 incomplete
#229
Kane610
opened
1 year ago
0
0.7.4 pypi sdist includes what looks like py.typed from a local venv
#228
mgorny
opened
1 year ago
0
bump py36 to ubuntu 20.04
#227
pnuckowski
closed
1 year ago
1
restore tests for python 3.6
#226
pnuckowski
closed
1 year ago
1
ModuleNotFoundError: No module named 'pkg_resources' (Python 3.11)
#225
jacebrowning
closed
1 year ago
2
Support python 3.11 and aiohttp 3.8
#224
marcinsulikowski
closed
1 year ago
14
Remove remnants of aiohttp 2.x and Python 3.5 support
#223
marcinsulikowski
closed
2 years ago
1
payload is type dict
#222
shaytelnyx
closed
2 years ago
1
Mocking a Slow API
#221
Enprogames
opened
2 years ago
1
Fix python versions in env list
#220
fredthomsen
closed
1 year ago
2
Fix double encoding of URLs in normalize_url
#219
fredthomsen
opened
2 years ago
1
running the first example, as a decorator - fixture 'mocked' not found
#218
rnusser
opened
2 years ago
3
Fix double encoding of URLs in normalize_url
#217
fredthomsen
closed
2 years ago
1
add call_count attribute for request mock object
#216
pbelskiy
opened
2 years ago
1
tests/test_aioresponses.py::AIOResponsesTestCase::test_callback_coroutine fails with python3.11
#215
mgorny
opened
2 years ago
0
Document repeat argument
#214
oren0e
closed
2 years ago
0
Add request matching
#213
paulschmeida
opened
2 years ago
4
Release new version
#212
Savlik
closed
1 year ago
1
Does aioresponses work for requests in a subprocess?
#211
liavkoren
closed
2 years ago
1
Next