Releases: gmacon/hypothesis-mongoengine
Releases · gmacon/hypothesis-mongoengine
v2.0.0
The code has been cleaned up to support newer versions of Hypothesis and Mongoengine.
New Features
- The
field_values
strategy now accepts arequired
keyword argument to override the inferred value.
Breaking Changes
- The
field_strat
decorator has been renamed tofield_strategy
. - In the
documents
strategy, explicitly passingNone
for a field no longer triggers the automatic strategy generation. Either omit the field or directly use thefield_values
strategy.