-
## Introduction
We are aiming to provide canonical "Testcontainers" implementations for Java and Python, per [testcontainers-java](https://github.com/testcontainers/testcontainers-java) and [testco…
amotl updated
9 months ago
-
Dask.Distributed currently [tries to use builtin pickle and falls back to the potentially more inefficient cloudpickle in case of an exception](https://github.com/dask/distributed/blob/f8af742fba80451…
-
**Is your feature request related to a problem? Please describe.**
Currently reporter tests depend on external startup of docker,
this limits the scenario testing possibilities and is not *programm…
-
Hi!
I've been developing something kinda like dependency injection mechanism and for it I've decided to create functions that return `typing.Annotated` with needed data and annotate di function argum…
-
We now create files during tests.
For easy of use and consistency, it would be good to delete files at the end of all tests. Also, we'd need to add fixtures to set up test dependencies in case a cert…
-
https://github.com/sphinx-doc/sphinx-testing is marked deprecated and points to `sphinx.testing` as a replacement. However, the only documentation for this is https://www.sphinx-doc.org/en/master/devg…
goerz updated
2 years ago
-
Hi,
I have a number of fixtures that sometimes can take a bit of time to finish both setting up and tearing down, I keep seeing inconsistencies in the teardown completing, i recreated the following…
-
The example below causes a `ScopeMismatch` error despite everything being `session` scoped.
```python
import pytest
import pytest_cases
@pytest_cases.fixture(scope="session", unpack_into="a1…
-
`trio` 41.0.
```console
+ /usr/bin/pytest -ra -p no:itsdangerous -p no:randomly -v
=========================================================================== test session starts ==================…
-
When building pytest-cov package for openSUSE/Tumbleweed, the test ``test_dist_subprocess_not_collocated`` fails with very confusing output on stdout:
```
[ 229s] ================================…
mcepl updated
5 years ago