Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2008 at 04:07 UTC
Updated:
29 Jun 2008 at 11:59 UTC
The CLI scripts for simpletest and drush test run command both used the text reporter. Whats the plan for bringing back this functionality? I ask this with great praise for those who took it away along with all of simpletest framework. We are so lean right now. But surely test running without the GUI is a needed feature.
Comments
Comment #1
boombatower commentedWould probably be very useful for t.d.o. :)
Comment #2
damien tournoud commentedPart of this is covered by #274794: Fix run_tests and make it multi-threaded. The reporting part needs more work, thou.
Comment #3
moshe weitzman commentedI think we can close this. The results are in a table and the caller and present as desired. I've implemented aq rendering with drush_print_table() in drush HEAD.