summaryrefslogtreecommitdiff
path: root/tests/fountain_test.py
AgeCommit message (Collapse)Author
2013-08-13Use six.StringIO instead of StringIO.StringIOMartin Vilcans
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-10Changed bad test case nameMartin Vilcans
2012-07-09Added page break support.Martin Vilcans
In HTML output, uses style page-break-before: always Closes #3
2012-07-08PEP8 compliance.Martin Vilcans
Especially get rid of the "E128 continuation line under-indented for visual indent" which is new in later versions of the pep8 program.
2012-07-08Only a single period creates a slug.Martin Vilcans
Fixes #4
2012-03-12Support mixed sections and synopsisesMartin Vilcans
2012-03-12Support sections that are bunched together.Martin Vilcans
2012-02-20Added commenting out using /* boneyard */Martin Vilcans
2012-02-19Transition must end with "TO:", not just ":"Martin Vilcans
New in Fountain spec.
2012-02-19Renamed SPMD to FountainMartin Vilcans