4teamwork / ftw.builder

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

Add python package builders #37

Closed jone closed 9 years ago

jone commented 9 years ago

This adds some additional default builders:

This was built in relation to the ftw.upgrade test refactorings. Using builders instead of static code / GS profiles makes the tests more explicit and understandable and reduces testing layer code. The ftw.upgrade PR is coming soon..

/cc @maethu

maethu commented 9 years ago

:+1: awesome!!