Posted by mathimat on March 21, 2011 at 2:41pm
5 followers
Jump to:
| Project: | Examples for Developers |
| Version: | 7.x-1.x-dev |
| Component: | Other |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Is it posible to ad a better description that tell exactly what the testmodules do?
Comments
#1
Hi Mathimat -
Maybe you can say a little more about your concern, give a specific example? We don't have any test modules (mock modules used only for testing) that I can think of.
The .test files are standard simpletest tests that test the functionality of the Examples code. They're our standard way of testing in Drupal. http://drupal.org/simpletest is the entry point for simpletest in general. The Simpletest tutorial is paired with the Simpletest Example module here, so that may help you as well.
#2
@mathimat, perhaps are you talking about the description of each single example module? you will find them in the information page of every module once it is enabled. Collecting these descriptions and putting them somewhere could be of help if this is the case.
#3
The .test files are remarkably undocumented, and they won't be rolled in to the API documentation, except by @file directive. Someone aughta improve the doxygen formatting. :-)
Updating the title.
#4
Lets hold off on this until #767204: API.drupal.org: Rework Doxygen comments so people can navigate the comments is committed - some work along these lines has already been done in that issue.