hypothesis-python
https://github.com/hypothesisworks/hypothesis-python
Python
Hypothesis is a powerful, flexible, and easy to use library for property-based 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 supported3 Subscribers
Add a CodeTriage badge to hypothesis-python
Help out
- Issues
- Document `DataObject.draw` and rename other members with leading underscore
- Rename some internals for clarity
- Teach `st.functions()` to create generators and async functions in addition to plain functions
- User exceptions are ignored if data is frozen
- Support `async` methods in stateful testing
- Add a new `dialect=` argument to `st.from_regex()`
- Merge `Bundle` as subclass of `SampledFromStrategy`
- Support `fuzz_one_input` on instance methods
- Improve support for new and user-defined Numpy dtypes (e.g. `np.dtypes.StringDType`)
- `hypothesis.extra.pandas`: generate timezone-aware datetime columns
- Docs
- Python not yet supported