summaryrefslogtreecommitdiff
path: root/tests/files_test.py
AgeCommit message (Collapse)Author
2022-11-07Remove unittest2 (Python 2 compatibility)Martin Vilcans
2020-02-12Replace pep8 with pycodestyle, get rid of warningsMartin Vilcans
pep8 recommended that change
2013-08-13Use unittest2 if available but don't require it.Martin Vilcans
The features of unittest2 are already in Python >=2.7.
2013-08-13Removed dependency on unittest2Martin Vilcans
I think I don't use its features and it doesn't exist under that name in Python 3.
2012-07-10Automatically create test cases from files in tests/filesMartin Vilcans
This replaces the repeated test code.
2012-07-09Added page break support.Martin Vilcans
In HTML output, uses style page-break-before: always Closes #3
2012-02-20Added commenting out using /* boneyard */Martin Vilcans
2012-02-19Renamed SPMD to FountainMartin Vilcans
2012-02-08Added support for sectionsMartin Vilcans
2012-02-07Added scene numbersMartin Vilcans
2012-02-01Some pep8 compliance regarding whitespaceMartin Vilcans
2012-01-31Added tests on actual input/output files.Martin Vilcans
This is to make sure everything works from the command-line level to avoid silly mistakes like the last bug.