summaryrefslogtreecommitdiffstats
path: root/testsuite/initialization
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/
* Its better to compile the file on the fly and then do the test.Joel Andres Granados2008-06-031-0/+0
| | | | | This will avoid the situation where old pyc or pyo files don't work with some python interpreter version.
* Add the pyc file to the source.Joel Andres Granados2008-06-031-0/+0
| | | | This is necesary to run the testsuite
* Add the testsuite controler (test) and some tests.Joel Andres Granados2008-06-026-0/+284