4teamwork / ftw.builder

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

Add with_property to Plone builder #13

Closed jone closed 8 years ago

jone commented 11 years ago

Plone builders (AT and DX) should support setting properties, with something like:

create(Builder('folder').with_property('the key', 'the value', 'string')

string should be the default property type