-
- Downloads
- Added a test framework to Drupal along with a first batch of tests for
Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
parent
fe7b9baf
No related branches found
No related tags found
Showing
- CHANGELOG.txt 2 additions, 0 deletionsCHANGELOG.txt
- includes/database.inc 7 additions, 1 deletionincludes/database.inc
- includes/xmlrpc.inc.test 117 additions, 0 deletionsincludes/xmlrpc.inc.test
- modules/aggregator/aggregator.test 314 additions, 0 deletionsmodules/aggregator/aggregator.test
- modules/block/block.test 111 additions, 0 deletionsmodules/block/block.test
- modules/blog/blog.test 171 additions, 0 deletionsmodules/blog/blog.test
- modules/blogapi/blogapi.test 159 additions, 0 deletionsmodules/blogapi/blogapi.test
- modules/book/book.test 154 additions, 0 deletionsmodules/book/book.test
- modules/comment/comment.test 372 additions, 0 deletionsmodules/comment/comment.test
- modules/contact/contact.test 266 additions, 0 deletionsmodules/contact/contact.test
- modules/dblog/dblog.test 370 additions, 0 deletionsmodules/dblog/dblog.test
- modules/filter/filter.test 182 additions, 0 deletionsmodules/filter/filter.test
- modules/forum/forum.test 398 additions, 0 deletionsmodules/forum/forum.test
- modules/help/help.module 1 addition, 0 deletionsmodules/help/help.module
- modules/help/help.test 87 additions, 0 deletionsmodules/help/help.test
- modules/locale/locale.test 116 additions, 0 deletionsmodules/locale/locale.test
- modules/menu/menu.test 435 additions, 0 deletionsmodules/menu/menu.test
- modules/node/node.test 403 additions, 0 deletionsmodules/node/node.test
- modules/path/path.test 139 additions, 0 deletionsmodules/path/path.test
- modules/php/php.test 93 additions, 0 deletionsmodules/php/php.test
Loading
Please register or sign in to comment