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
- Surprising behavior when passing class/function to marker
- `pytest.approx` fails with `TypeError` when testing approximate value of a `decimal.Decimal`
- Remove parametrize decorators (and perhaps docstrings) from tracebacks
- `pytest` hangs when `RecursionError` happens for `MagicMock`
- Documentation restructuring
- Difference in call sequence for teardown between fixture class decoration and through usefixtrue field of ini file.
- `@pytest.fixture(autouse=True)` on methods on base classes run in a different order for `TestCase` and non-`TestCase`
- datetime and timedelta suport for approx
- fix #8412: ensure setup_method as fixture gets the same order as setup_method as xunit
- Configurability of temp directory cleanup
- Docs
- Python not yet supported