Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 519 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 519 Bytes

Version 2.0.0 - TBD

The code has been cleaned up to support newer versions of Hypothesis and Mongoengine.

New Features

  • The field_values strategy now accepts a required keyword argument to override the inferred value.

Breaking Changes

  • The field_strat decorator has been renamed to field_strategy.
  • In the documents strategy, explicitly passing None for a field no longer triggers the automatic strategy generation. Either omit the field or directly use the field_values strategy.