summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix the format of the firstaidkit file.Joel Andres Granados2008-07-141-8/+8
| | | | | | | | | | | | | - 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/
* Make the pycFile.pyc on the fly before starting any tests in the ↵Joel Andres Granados2008-06-031-1/+1
| | | | initialization suite.
* Give a more meaningful message format when errors and failures occur in the ↵Joel Andres Granados2008-06-031-2/+6
| | | | testsuite.
* Add the testsuite controler (test) and some tests.Joel Andres Granados2008-06-021-0/+49