To make it easier to run the tests locally, move them all into the same group.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views-n2913993-2.patch | 1.37 KB | damienmckenna |
To make it easier to run the tests locally, move them all into the same group.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views-n2913993-2.patch | 1.37 KB | damienmckenna |
Comments
Comment #2
damienmckennaIt 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.
Comment #3
damienmckennaComment #4
damienmckennaCommitted.
Comment #6
joseph.olstadThanks!
Comment #7
damienmckennaNo 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.