-
Features
Detailed info on failing assert statements (no need to remember self.assert* names)
Auto-discovery of test modules and functions
Modular fixtures for managing small or paramet…
-
Exception thrown from another import is not being suppressed when calling pytest.raises
I tested the scenario where a module right away throwing the import - and that works fine
OS: Running on win…
-
This is the list of software packages that we install in https://github.com/ASPP/installation/blob/main/roles/common/tasks/packages.yml and in https://github.com/ASPP/installation/blob/main/roles/user…
-
**Describe the bug**
The current implementation for `MySqlContainer` to check if the database is running is like below:
```python
wait_for_logs(
self,
re.compile(".*: ready for connecti…
-
I can't pass the mpitests with cmd "mpirun -np 2 -env UCX_NET_DEVICES=eth0 python -m pytest mpitests --tb=short" and cmd "mpirun -np 2 python -m pytest mpitests --tb=short".
**The pytest return th…
-
@aqw found an error that appeared in one of the tests for `onyo_get()`:
```
❱ pytest -vv
[...]
=================================================================================== FAILURES ======…
-
Hi,
I am packaging optking for Fedora to finally be able to update psi4 from 1.3.2 to the latest release. Unfortunately, optking's tests run extremely slowly, and there is even a segfault
```
$ p…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
`PYTHONPATH="." GPU=1 IMAGE=0 python -m pytest test/test_ops.py -k test_gemm_fp16` passed
`PYTHONPATH="." GPU=1 IMAGE=2 python -m pytest test/test_ops.py -k test_gemm_fp16` failed with `Exception: …
-
I nice to have some test to the application (to avoid manual testing in some way). As a first step we can use some smoke tests to check that application is up and able to handle some request.
## Re…