Link module lacks simpletests
jcfiala - April 20, 2009 - 04:12
| Project: | Link |
| Version: | 6.x-2.5 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
A set of simpletests that exercises the link module field need to be written and added to the project so that releases can be assured of working properly.

#1
Two additional notes:
1) I'm looking for simpletests for the 6.x-2.x branch of simpletest - the one that's compatible with Drupal 7.
2) Anyone is welcome to write simpletests - you don't even need to learn how to patch, since the tests can be separate files that live inside of the tests directory of the module. I'm planning on starting by seeing how cck does their tests and then move on from there, but if you've got tests that prove the code works, they're welcome.
#2
I've created a tests directory and put a link.crud.test file into it which inherits from the content.crud.test file in cck.
Join in! Help out! Now all you have to do is add tests to the same file.