pytest icon indicating copy to clipboard operation
pytest copied to clipboard

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

Results 653 pytest issues
Sort by recently updated
recently updated
newest added

Fixes #6881 Evening maintainers, I've opened this PR to get some feedback on this approach. I'm not entirely sure on the best area to solve this problem, using parameterised with...

status: needs information

- [x] a detailed description of the bug or suggestion - [x] output of `pip list` from the virtual environment you are using ``` Package Version -------------- ----------- atomicwrites 1.3.0...

type: bug
platform: windows

This PR is to address the issue in https://github.com/pytest-dev/pytest/issues/11307. Approach 2 is taken, where a link to the limitations is added to hook function ordering, so users will be aware...

status: needs information

Closes https://github.com/pytest-dev/pytest/issues/4497 Make sure `runxfail` plays nicely with `empty_parameter_set_mark = xfail`

status: needs information
bot:chronographer:provided

When there is a conftest.py in a subdirectory that contains a pytest.fixture of the same name as one in a conftest.py file in a parent directory, the fixture in the...

type: enhancement
topic: config

Hi all, while investigating #8042 (Awaiting response from the author of that issue before I invest more time investigating as I am unable to recreate) I did a bit of...

status: needs information

#### What's the problem this feature will solve? Currently the tmp_path is truncated to 30 chars. For longer test names this removes the ```_``` from the tmp_path. which is inconvenient...

plugin: tmpdir
topic: config

When writing tests for error cases using `with pytest.raises(...)`, the code within the body will always generate a mypy error which must be ignored (if a project has sufficient static...

status: help wanted

We have more than 800 open issues, quite a few of them very old and with no proper follow-up and quite a few might be good first issues, if provided...

type: infrastructure