-
During writing unit tests for DynamoDB, I couldn't find a way to catch exception in testing code using:
```
with pytest.raises(ResourceNotFoundException)
...
```
it is believed that further exp…
-
#### What's the problem this feature will solve?
In my organisation, we have a lot of tests split between `unittest.mock.patch`, [pytest-mock](https://pypi.org/project/pytest-mock/) and monkeyp…
-
Looks like something is not finished because this unit tries to import `requests_futures.sessions` which seem s does not exist.
```console
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-reque…
-
Hi :)
Is this package still actively maintained? A latest commit from two years ago seems to indicate otherwise.
If it isn't actively maintained anymore, what alternatives do you recommend in fun…
-
I'm trying to update from pytest v6.2.5 to v7.0.0 via https://github.com/cherrypy/cheroot/pull/475 and it fails the testing weirdly with $sbj.
The assertion error in question comes from the pytest'…
-
Deterministic scheduling is a very desirable characteristic for user code testing where external interactions can be mocked-up. In my view, this is one of the major advantages of trio over asyncio. De…
-
If I run the first example, as it is, I get the error:
> fixture 'mocked' not found
However if placed in a class it works:
```
import aiohttp
import asyncio
from aioresponses import aiore…
-
Hello.
I am trying to build and test meson-python with Python 3.14 in Fedora.
I see a strange Segmentation fault in test_local_lib. I can reproduce it on Fedora Rawhide (42), but not on Fedora 3…
-
**Describe the bug**
If creating the socket fails with an `Exception` other than an `OSError`, the `start_connection` method will raise an `IndexError` when it's trying to get the first exception.
…
-
## Issue
tox-uv (1.15) runs with Python 3.9, and fails with 3.10 and 3.11.
```bash
tox ✘ 2 3.10.15 (temperature-sensor) 12:47:24
py: venv> .venv/bin/uv venv -p /h…