github HypothesisWorks/hypothesis hypothesis-python-4.26.0
Hypothesis for Python - version 4.26.0

latest releases: hypothesis-python-6.102.4, hypothesis-python-6.102.3, hypothesis-python-6.102.2...
4 years ago

This release significantly improves the performance of drawing unique
collections whose elements are drawn from "sampled_from()"
strategies.

As a side effect, this detects an error condition that would
previously have passed silently: When the "min_size" argument on a
collection with distinct elements is greater than the number of
elements being sampled, this will now raise an error.

The canonical version of these notes (with links) is on readthedocs..

Don't miss a new hypothesis release

NewReleases is sending notifications on new releases.