Fix the model: Revision.message can be None
And adapt the revisions_d() strategy accordingly.
Also:
-
Use the optional() strategy instead of ome_of(none(), ...) when possible for the sake of consistency.
-
Fix message generation in hypothesis strategy releases_d() This can be None, according to the model.
Migrated from D3285 (view on Phabricator)