pytest-aiohttp icon indicating copy to clipboard operation
pytest-aiohttp copied to clipboard

pytest plugin for aiohttp support

Results 9 pytest-aiohttp issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0) - [github.com/Zac-HD/shed: 0.10.1 → 0.10.3](https://github.com/Zac-HD/shed/compare/0.10.1...0.10.3) - [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.1 → 0.2.2](https://github.com/jumanjihouse/pre-commit-hook-yamlfmt/compare/0.2.1...0.2.2) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4) - [github.com/sirosen/check-jsonschema: 0.16.2 → 0.18.3](https://github.com/sirosen/check-jsonschema/compare/0.16.2...0.18.3)

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...

The example code listed on the [PyPi page](https://pypi.org/project/pytest-aiohttp/) does not run, with multiple errors occurring. The first is an incorrect `await` infront of `create_app`. This has already been fixed in...

updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/Zac-HD/shed: 2023.6.1 → 2024.10.1](https://github.com/Zac-HD/shed/compare/2023.6.1...2024.10.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/6.1.0...7.1.1) - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.29.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.26.3...0.29.4)

## What do these changes do? Raise up `pytest-asyncio` version. Otherwise dependabot tries to upgrade pytest to 8.0.0 that is incompatible with `pytest-asyncio < 0.23.4` ## Are there changes in...

This is really useful when wanting to test against an authenticated endpoint. the code could look like ``` aiohttp_client(app, headers=headers) ```

updates: - [github.com/Zac-HD/shed: 2024.10.1 → 2025.6.1](https://github.com/Zac-HD/shed/compare/2024.10.1...2025.6.1) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.2.0...7.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.33.0...0.33.1)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.1. Release notes Sourced from pytest's releases. 8.4.1 pytest 8.4.1 (2025-06-17) Bug fixes #13461: Corrected _pytest.terminal.TerminalReporter.isatty to support being called as a method. Before it...

dependencies
python