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

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

This release teaches "RuleBasedStateMachine" to avoid checking
"invariant()"s until all "initialize()" rules have been run. You can
enable checking of specific invariants for incompletely initialized
machines by using "@invariant(check_during_init=True)" (issue #2868).

In previous versions, it was possible if awkward to implement this
behaviour using "precondition()" and an auxiliary variable.

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.