Can SimpleTests be run from command line?

This question was asked here, but I think somebody might be able to answer it faster here.

I know it is possible in the original SimpleTest, but can it be done (and how?) in Drupal SimpleTest?

Comments

dlhubler’s picture

D7, run
./scripts/run-tests.sh
it has rich set of CLI options.

Drush can also run unit tests.

D6 and D5, I built a simple test runner (among other things)
http://acquia.com/blog/drupal-cli-utils
Download latest here
http://acquia.com/files/test-results/drupal-cli-utils.tgz
I'd be happy to contrib if there is interest.

ztyx’s picture

Project: SimpleTest » Documentation
Version: 6.x-2.4 »
Component: Documentation » New documentation
Category: support » task

Thanks dlhuber!

This might be interesting for the documentation team so I'm moving it over there so nobody forgets to document it eventually.

leehunter’s picture

Status: Active » Fixed

Added a note to this page: http://drupal.org/node/291740

Status: Fixed » Closed (fixed)

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