4teamwork / ftw.testbrowser

A testing browser for Plone.
http://ftwtestbrowser.readthedocs.io/
5 stars 1 forks source link

Support for plone.app.widgets RichText widget. #26

Closed maethu closed 9 years ago

maethu commented 9 years ago

@jone What is the best practice for writing a test in this case?

jone commented 9 years ago

I would not add a dependency to p.a.widgets, because it makes maintenance much more complicated because of its dependencies. I'd kind of mock it, like the z3c choice collection widget is done (see https://github.com/4teamwork/ftw.testbrowser/blob/master/ftw/testbrowser/tests/test_widgets_z3c_choice_collection.py).

jone commented 9 years ago

update or drop?