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

Asyncio support for pytest

Results 87 pytest-asyncio issues
Sort by recently updated
recently updated
newest added

Hi. I'm using fakeredis to run tests via pytest-asyncio in [FastAPI](https://github.com/tiangolo/fastapi) application. Library versions: ``` fakeredis==2.19.0 fastapi==0.103.1 hiredis==2.2.3 lupa==2.0 pytest-asyncio==0.21.1 redis==5.0.0 ``` Everything works well in python 3.9 and earlier....

enhancement

Users of pytest-asyncio either use auto mode or strict mode. They cannot mix modes within the same project. Some code examples in the documentation are presented for each mode, but...

enhancement
good first issue

Hello, I run: ``pytest --setup-plan -sv tests/test.py`` in container image ``python:3.11`` and received the following error: ``` ==================================== test session starts ==================================== platform linux -- Python 3.11.6, pytest-7.4.2, pluggy-1.3.0 --...

bug

The actionlint-docker pre-commit hook requires users to have a working Docker setup, in order to make changes to pytest-asyncio. 1) This prevents the linting from running as part of the...

good first issue

Every initial test case will fail when `pytest_fixture_setup` is executed. I have compared `pytest==8.1.1` and `pytest==8.2.0`. The 8.1.1 has no error, and the 8.2.0 has an error. My `conftest.py`: ```python...

Bumps [pygments](https://github.com/pygments/pygments) from 2.17.2 to 2.18.0. Release notes Sourced from pygments's releases. 2.18.0 New lexers: Janet (#2557) Lean 4 (#2618, #2626) Luau (#2605) Mojo (#2691, #2515) org-mode (#2628, #2636) Promela...

dependencies
python

Bumps [babel](https://github.com/python-babel/babel) from 2.14.0 to 2.15.0. Release notes Sourced from babel's releases. v2.15.0 The changelog below is auto-generated by GitHub. The binary artifacts attached to this GitHub release were generated...

dependencies
python

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.4 to 7.5.1. Changelog Sourced from coverage's changelog. Version 7.5.1 — 2024-05-04 Fix: a pragma comment on the continuation lines of a multi-line statement now excludes the...

dependencies
python

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.99.9 to 6.100.4. Commits 26e8db7 Bump hypothesis-python version to 6.100.4 and update changelog 683e691 Merge pull request #3971 from Zac-HD/composite-overload-warning a0d3487 Note that Tyche exists 1813f61 Fix...

dependencies
python