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

latest releases: hypothesis-python-6.100.7, hypothesis-python-6.100.6, hypothesis-python-6.100.5...
2 years ago

This patch simplifies the repr of the strategies namespace returned in
"make_strategies_namespace()", e.g.

from hypothesis.extra.array_api import make_strategies_namespace
from numpy import array_api as xp
xps = make_strategies_namespace(xp)
xps
make_strategies_namespace(numpy.array_api)

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.