Most of the tests of panopoly_magic depend on using a widget from panopoly_widgets (see livepreview.widget for example). Testing that the panopoly_widgets works with panopoly_magic is essential, like with the Table widget for example. But were ever we can, we should test the core functionality of panopoly_magic without needing to depend on panopoly_widgets.

I'd like to propose that panopoly_test should:

  1. Declare it's own FPP, which can use in the simple case. It should mimick the "Add text" widget, which is currently being used for this purpose in most tests. And...
  2. Create a new View which can be use in the very general and simple case. This would be better than trying to re-purpose "panopoly_test_magic_view_modes" which is pretty specific and complex and I don't want to break those tests.

I'll post a patch where I sort of started working on #1, but I just don't have time to finish it now..

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dsnopek’s picture

Status: Active » Needs work
FileSize
1017 bytes

Here's the patch I mentioned - doesn't really do anything yet.

dsnopek’s picture

Issue tags: +sprint