issues Search Results · repo:aio-libs/pytest-aiohttp language:Python
Filter by
24 results
(80 ms)24 results
inaio-libs/pytest-aiohttp (press backspace or delete to remove)It looks like this library is fully typed but these types are not exposed to users. Can you provided types in
__init__.py and add py.typed marker?
netrix
- 3
- Opened on Nov 26, 2024
- #59
This is really useful when wanting to test against an authenticated endpoint.
the code could look like
aiohttp_client(app, headers=headers)
louisabraham
- 2
- Opened on Oct 2, 2024
- #55
$ python3 -mpytest -x --asyncio-mode=auto
============================================================================================== test session starts =============================================================================================== ...
EdwardBetts
- 6
- Opened on Aug 16, 2024
- #54
Looks like some updates are needed for latest pytest 7.2.0
details
+ /usr/bin/pytest -ra
=========================================================================== test session starts ============================================================================ ...
enhancement
help wanted
kloczek
- 1
- Opened on Dec 7, 2022
- #50
This line
https://github.com/aio-libs/pytest-aiohttp/blob/a2c68a89dd6a4f987ad7f826f16491ab96d4916f/pytest_aiohttp/plugin.py#L21
causes
pytest.PytestDeprecationWarning: The hookimpl pytest_configure ...
frenzymadness
- 6
- Opened on Nov 11, 2022
- #47
The example code listed on the PyPi page does not run, with multiple errors occurring.
The first is an incorrect await infront of create_app. This has already been fixed in master branch.
Second is DeprecationWarning: ...
AlexanderWells-diamond
- 2
- Opened on Aug 16, 2022
- #43
Tests using pytest-aiohttp cannot be completely typechecked using mypy because it lacks the py.typed marker file and no
separate stubs exist in PyPI.
This page details how a package can be made PEP 561 ...
MHajoha
- 4
- Opened on Jun 14, 2022
- #40
When pytest-aiohttp plugin is installed, practically every single test suite on my system emits the following
deprecation warning:
========================================================== warnings summary ...
mgorny
- 7
- Opened on Jun 13, 2022
- #38
Prerequisite: Install pytest-asyncio==0.18.0
pytest-aiohttp fails to run tests when the flag asyncio_mode is set to strict in setup.cfg. Full trace:
../../.pyenv/versions/3.9.9/envs/test-env/lib/python3.9/site-packages/pluggy/_hooks.py:265: ...
pashadia
- 1
- Opened on Feb 8, 2022
- #25
Since pytest-aiohttp now is the host of provided fixtures, their documentation should be moved out from aiohttp itself
and placed into README.rst. The aiohttp doc can contain a simple usage example and ...
asvetlov
- Opened on Jan 20, 2022
- #21

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.