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

latest releases: hypothesis-python-6.138.14, hypothesis-python-6.138.13, hypothesis-python-6.138.12...
23 days ago

This patch makes the stringification of lambdas, and as a result
certain automatic filter rewriting operations, more robust. This fixes
issue #4498, where a lambda was mistakenly identified as the identity
operator due to "inspect.getsource()" only returning the first line of
the lambda definition.

As a result, the "repr" of strategies filtered or mapped by lambda
functions may change slightly.

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.