aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Automatically create test cases from files in tests/filesMartin Vilcans2012-07-101-34/+52
| | | | This replaces the repeated test code.
* Added page break support.Martin Vilcans2012-07-091-1/+23
| | | | | | In HTML output, uses style page-break-before: always Closes #3
* Added commenting out using /* boneyard */Martin Vilcans2012-02-201-0/+6
|
* Renamed SPMD to FountainMartin Vilcans2012-02-191-8/+8
|
* Added support for sectionsMartin Vilcans2012-02-081-0/+6
|
* Added scene numbersMartin Vilcans2012-02-071-0/+6
|
* Some pep8 compliance regarding whitespaceMartin Vilcans2012-02-011-1/+2
|
* Added tests on actual input/output files.Martin Vilcans2012-01-311-0/+59
This is to make sure everything works from the command-line level to avoid silly mistakes like the last bug.