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 supported180 Subscribers
View all SubscribersAdd a CodeTriage badge to pytest
Help out
- Issues
- `MonkeyPatch.setattr`/`delattr` cause descriptor binding even when the `hasattr` check is disabled with `raising=False`
- Fix `MonkeyPatch.setattr`/`delattr` binding descriptors when `raising=False`
- `MonkeyPatch.setattr` leaves a new item in `vars(target)` after cleanup when overriding an inherited attribute of a non-class object
- Fix `MonkeyPatch.setattr` leaving a new item in `vars(target)` when overriding an inherited attribute of a non-class object
- Defer removing tmpdir
- Memory usage increases rapidly as the number of tests grows
- Traceback handling fails on apache_beam code
- Allow users to override the hardcoded maxsize value
- Partially missed error description with running via Pytest
- Improve 'module not found' message
- Docs
- Python not yet supported