-
To run tests, the docs say to run the following command:
```bash
coverage run -m pytest
```
However, I received the following error and had to `pip install coverage`.
```bash
$ coverage …
-
[`pytest-raises-with-multiple-statements`](https://docs.astral.sh/ruff/rules/pytest-raises-with-multiple-statements/) only covers `pytest.raises`. It'd be nice if it covers `pytest.warns` as well.…
-
We use the `pytest_lazyfixture` here:
```bash
$ grep -r lazy_fixture
test/widget/test_currentlayouticon.py:from pytest_lazyfixture import lazy_fixture
test/widget/test_currentlayouticon.py:@pyte…
-
### What needs to get done
Change the dependency and fix all the problems, that appear from the difference between those two packages.
### Why it needs to get done
`pytest-freezegun` is unmai…
-
Please add the option of sudo in pytest.ini.
Some scripts require sudo elevation to run in VSCODE and there's no clear way to do this.
-
similar to [23192](https://github.com/microsoft/vscode-python/issues/23192) I'm using python 3.10.10 and below are the logs:
```
2024-11-11 12:17:09.161 [debug] Testing: Manually triggered test refre…
-
### Describe the bug
Looks like pytest fails with `FILES DIFFER` errors.
### Reproduce the bug
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and t…
-
Explore top pytest plugins and ensure compatibility with testing infrastructure. See this list for inspiration, specifically focused on ones that would impact our testing infrastructure, naming etc. h…
-
would you be interested in me refactoring the tests to fully and consistently use pytest?
i also have some ideas on how to get rid of the need to run `docker compose`.
-
To simplify the current testing setup and to benefit from additional pytest features the testing suite should be moved to pytest.