Break Tests up by method
beeradb - January 25, 2008 - 05:04
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | simpletest.module |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
This breaks the test reports up by method, and also has a bunch of coding guideline fixes. It's not perfect(having them collapsible would be great), but it's a functional start.
| Attachment | Size |
|---|---|
| simpletest_reporter_and_css.patch | 5.82 KB |

#1
This works.
It relates to http://drupal.org/node/212011 in that it still needs to be decided if this is something we want.
#2
Do we want this?
#3
The reporter was changed by #243773: SimpleTest: Use the Batch API instead of the current all-in-one approach to include much of what this patch wanted to provide.