There's two main reasons for this:

  • There are things in Panopoly which can't be tested with the content/views currently created during the tests, for example #2154211: Add Behat test for enabling pager and more link in a Views content pane.
  • So that we don't depend on panopoly_pages and panopoly_demo for tests that aren't directly testing those modules. The thinking is that changing panopoly_pages should only require updating the tests for panopoly_pages - NOT every test we have. ;-)

We could also use this as a way to package the Panopoly test scripts and Behat features, now that we know child distributions want to use them. But that's further down the line.

Comments

dsnopek’s picture

  • Commit 2c7764c on 7.x-1.x by dsnopek:
    Issue #2291961 by dsnopek: Create a panopoly_test module to hold Views...
dsnopek’s picture

Status: Active » Fixed

Created the new module here:

https://www.drupal.org/project/panopoly_test

And added it to our .make files and build.

  • Commit e04f5a3 on 7.x-1.x by dsnopek:
    Issue #2291961 by dsnopek: Create a panopoly_test module to hold Views...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.