HypothesisWorks/hypothesis
Hypothesis is a powerful, flexible, and easy to use library for property-based testing.
PythonNOASSERTION
Issues
- 4
Test teardown fails with `ERROR .hypothesis/tmp - FileNotFoundError: [Errno 2]`
#4200 opened by enitrat - 3
Size options for recursive strategies
#4205 opened by helanhalvan - 2
Request for more helpful `hypothesis.errors.FlakyStrategyDefinition:` error message when a `precondition` is flaky.
#4206 opened by dcherian - 4
The domain strategy is very slow
#4201 opened by ben-alexander - 5
Hypothesis unable to generate "large" dictionnaries
#4197 opened by ClementWalter - 1
st.from_types with Union and Protocol weirdly requires int not to throw
#4194 opened by ClementWalter - 1
`from_type(collections.abc.Callable[..., None])` fails, while the `typing` version works
#4192 opened by sobolevn - 2
Delete stale Hypothesis branches?
#4184 opened by tybug - 1
- 4
Getting invalid data generation for `hypothesis.stateful.Bundle` since 6.112.3
#4181 opened by lycantropos - 2
test_adds_note_showing_which_strategy and test_adds_note_showing_which_strategy_stateful fail (perhaps with new Python 3.11.
#4185 opened by mcepl - 1
Bizarre quirk with how Hypothesis formats the error message for falsifying examples
#4183 opened by tmaxwell-anthropic - 4
MyPy thinks that tests decorated with `@given()` have `Any` in their definitions
#4123 opened by webknjaz - 4
Slow `explain` phase for recursive strategy
#4179 opened by Forty-Bot - 4
`tests/cover/test_stateful.py::test_can_run_with_no_db - hypothesis.errors.FailedHealthCheck: Data generation is extremely slow` (using PyPy3.10)
#4176 opened by mgorny - 3
Our internals should handle `StopTest` and other marker exceptions even when wrapped in an `ExceptionGroup`
#4106 opened by Zac-HD - 0
- 0
- 6
- 4
Recommend `zoneinfo` / `st.timezones()` in documentation for `extra.pytz` and `extra.dateutil`
#4161 opened by kloczek - 0
Deprecate use of `@given()` inside `@given()`
#4167 opened by Zac-HD - 0
Rename some internals for clarity
#4166 opened by Zac-HD - 1
urls strategy can generate port 0
#4157 opened by gmacon - 11
- 4
Error: `Case._repr_pretty_() missing 1 required positional argument: 'cycle'`
#4151 opened by flashcode - 2
check-py314-cover failing on local builds
#4134 opened by DRMacIver - 0
Teach `st.functions()` to create generators and async functions in addition to plain functions
#4149 opened by Zac-HD - 3
ResourceWarning unclosed socket when running together with pytest-xdist on windows
#4130 opened by jenshnielsen - 1
- 1
Unclear how to ignore `hypothesis.errors.FlakyFailure`
#4146 opened by h-vetinari - 1
IndexError: list index out of range with integers strategy in Hypothesis 6.115.2 on Python 3.10.5
#4140 opened by HeikeGilg - 0
Drop support for Python 3.8 at end-of-life
#4125 opened by Zac-HD - 0
User exceptions are ignored if data is frozen
#4132 opened by jakkdl - 2
6.112.3 broke RuleBasedStateMachine
#4128 opened by eivindjahren - 3
Generating covariance matrices (and rotations and affine transformations)
#4120 opened by JohannesBuchner - 2
- 2
`RecursionError` in `InterestingOrigin.from_exception` with recursive `__context__`
#4115 opened by jakkdl - 0
`SimpleTestCase` for Django
#4117 opened by alexei - 2
- 2
rename master branch to main
#4108 opened by jakkdl - 3
Why is this strategy really slow?
#4111 opened by galenseilis - 0
Support `async` methods in stateful testing
#4107 opened by Zac-HD - 3
django from_form does not work with filefields
#4093 opened by arjoonn-s - 1
Test failures with numpy nightly
#4102 opened by tybug - 1
attrs type annotation support in builds() or from_type()
#4098 opened by Hnasar - 0
Flaky test coverage for unsatisfied stateful preconditions
#4099 opened by Zac-HD - 0
Add a new `dialect=` argument to `st.from_regex()`
#4089 opened by Zac-HD - 2
Filtering examples based on previous examples?
#4088 opened by HiPhish - 2
- 0
Support `TypeVar` default
#4080 opened by sobolevn