| 1 |
$Id: README.txt,v 1.1 2008/09/30 21:53:50 boombatower Exp $
|
| 2 |
|
| 3 |
AUTHOR
|
| 4 |
------
|
| 5 |
Jimmy Berry ("boombatower", http://drupal.org/user/214218)
|
| 6 |
|
| 7 |
PROJECT PAGE
|
| 8 |
------------
|
| 9 |
If you need more information, have an issue, or feature request please
|
| 10 |
visit the project page at: http://drupal.org/project/project_issue_file_review.
|
| 11 |
|
| 12 |
DESCRIPTION
|
| 13 |
-----------
|
| 14 |
This module can be used to automatically run the entire SimpleTest suite
|
| 15 |
on patches submitted against Drupal 7 core. In addition to that it also checks
|
| 16 |
out the latest Drupal HEAD from CVS and installs it. The patched code is run
|
| 17 |
through a PHP syntax check before the suite of tests is run. At the moment
|
| 18 |
there is no work being done to expand this to work for Drupal 6, but that is in
|
| 19 |
the future. Also home to have coder support as well.
|
| 20 |
|
| 21 |
The module is based on three server roles: project server, testinging master
|
| 22 |
server, and testing slave. Servers can be configured to perform any of these
|
| 23 |
roles in almost any combination.
|
| 24 |
|
| 25 |
A more detailed description of this module can be found at my blog, but some
|
| 26 |
of the textual references my be outdated.
|
| 27 |
http://blog.boombatower.com/automated-patch-testing-(testing.drupal.org)-realized
|
| 28 |
|
| 29 |
This code is most notably run on testing.drupal.org.
|