To make it easier to run the tests locally, move them all into the same group.

CommentFileSizeAuthor
#2 views-n2913993-2.patch1.37 KBdamienmckenna

Comments

DamienMcKenna created an issue. See original summary.

damienmckenna’s picture

Title: Move all tests into the same test group » Document how to run all of the tests in one go
Component: Code » Documentation
Status: Active » Needs review
StatusFileSize
new1.37 KB

It turns out that I just had to run this command instead: simpletest --directory 'sites/all/modules/contrib/views/tests'

This new tests/README.txt file explains it.

damienmckenna’s picture

damienmckenna’s picture

Status: Needs review » Fixed

Committed.

  • DamienMcKenna committed 505c936 on 7.x-3.x
    Issue #2913993 by DamienMcKenna: Document how to run all of the tests in...
joseph.olstad’s picture

Thanks!

damienmckenna’s picture

No problem. I use a shell alias to streamline the process locally, so I just have to do simpletest --directory 'sites/all/modules/contrib/views/tests' instead of the whole thing.

Status: Fixed » Closed (fixed)

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