4teamwork / ftw.builder

Builder pattern for creating Plone objects in tests
3 stars 0 forks source link

add ".with_property" method to content builders. #51

Closed jone closed 8 years ago

jone commented 8 years ago

Extend content builders with a .with_property method.

The internal set_properties method call is in the AT and DX specific implementations in order to make sure that it happens before the object is indexed, as the indexers may depend on a correctly set property.

Closes #13

jone commented 8 years ago

Oh, sure, forgot to add it. 👍 Thanks