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 573 pytest issues
Sort by recently updated
recently updated
newest added

#### What's the problem this feature will solve? when moving some fixtures from a pytest plugin to a conftest, i missed a very specific use in a sibling file ```yaml...

type: enhancement
topic: fixtures

Could we have one more parameter, e.g. priority (between 0 and 100), for the users the customize the cost of setup/teardown fixture? For example, ```python @pytest.fixture(scope="session", params=[1, 2, 3], priority=100)...

type: enhancement
type: proposal
topic: parametrize

Good morning, I am seeing the same issue as described in https://github.com/pytest-dev/pytest/issues/14 but using a much more modern combination of both (anaconda) Python and pytest. ``` Test session starts (platform:...

type: bug
plugin: capture
plugin: logging

Hi Devs, Recently, i an in trouble. In my scenario, i got IO test break off issue. I ran 7*24 disk IO test in linux server by vdbench, and it...

type: question

I've encountered a situation where i need to defer 2 types of skip statuses (in addition to xfail) and perform different actions + reporting at the end of the test....

type: proposal

Is there a reason why we don't apply any other warning filters passed in `pytest.ini`. This seems like a possible bug, https://github.com/pytest-dev/pytest/blob/c2b1d5b368a1fc829c6c06c700ae2ba9cda55794/src/_pytest/config/__init__.py#L1010 **Output** ``` user@system: ~/workspace/pytest-issue-reproducer/filter_config_warning$ pytest /u/user/workspace/pytest-issue-reproducer/filter_config_warning/conftest.py:5: UserWarning: Some...

plugin: warnings
topic: config

closes #9291 Co-authored-by: Dani Sancas On-behalf-of: @clarityai-eng Signed-off-by: Tatiana Ovary

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.3 to 0.19.0. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.19.0 title: 'pytest-asyncio: pytest support for asyncio' pytest-asyncio is an Apache2 licensed library, written in Python, for...

dependencies