pytest
https://github.com/pytest-dev/pytest
Python
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported172 Subscribers
View all SubscribersAdd a CodeTriage badge to pytest
Help out
- Issues
- `--pyargs` broken in Python 3.14.2 in tox
- short test summary should be short, even for higher verbosity
- [junitxml] logic for handling interlaced test reports in the pytest_runtest_logreport hook is xdist-specific but it could be xdist-agnostic (generic)
- Inconsistent wasxfail value when combining pytest.mark.xfail fixture with explicit calls to pytest.xfail or pytest.fail
- Inconsistent wasxfail value when combining pytest.mark.xfail fixture with explicit pytest.xfail or pytest.fail calls
- Fixtures are not rebuilt when param changes for a fixture they depend on, if the dependency is via getfixturevalue
- Add --collect-only-tree flag for modern tree-style output
- Duplicate test nodeids in command line arguments show incorrect collection count but execute only once
- feat(13617): record reason for deselection and allow it to be displayed
- Show return type annotations in `--fixtures` and `--fixtures-per-test`
- Docs
- Python not yet supported