pytest
pytest copied to clipboard
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
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...
- [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...
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...
Closes https://github.com/pytest-dev/pytest/issues/4497 Make sure `runxfail` plays nicely with `empty_parameter_set_mark = xfail`
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...
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...
#### 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...
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...
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...