summaryrefslogtreecommitdiffstats
path: root/testsuite/initialization/pluginInfo.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the format of the firstaidkit file.Joel Andres Granados2008-07-141-5/+5
| | | | | | | | | | | | | - Indendtation should be 4 spaces. There was a function indented with 8 spaces. - Lines should be shorted than 80 chars. It just looks pretty :) Think of terminals whith only 80 char of length. Think of debuging in rescue mode. - Change also the print statements. Just getting ready for python 3000. - Get some spaces between elifs - There should not be any lines ending in spaces. - This can all be read in the python code conventions http://www.python.org/dev/peps/pep-0008/
* Add the testsuite controler (test) and some tests.Joel Andres Granados2008-06-021-0/+55