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?
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
Comment #1
dlhubler commentedD7, 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.
Comment #2
ztyx commentedThanks dlhuber!
This might be interesting for the documentation team so I'm moving it over there so nobody forgets to document it eventually.
Comment #3
leehunter commentedAdded a note to this page: http://drupal.org/node/291740