summaryrefslogtreecommitdiff
path: root/tests/fountain_test.py
AgeCommit message (Expand)Author
2022-11-07assertEquals is deprecated - use assertEqualMartin Vilcans
2022-11-07Remove unittest2 (Python 2 compatibility)Martin Vilcans
2020-02-12Removing Python 2 support - no need for six #54Martin Vilcans
2019-02-19Merge branch 'master' into python3John Peter Yamauchi
2015-11-17Test that alphanumeric character names workMartin Vilcans
2015-11-17Support non-alphanumeric character names with "@"Martin Vilcans
2014-10-21Add Screenplay classMartin Vilcans
2013-08-13Use six.StringIO instead of StringIO.StringIOMartin Vilcans
2013-08-13Use unittest2 if available but don't require it.Martin Vilcans
2013-08-13Removed dependency on unittest2Martin Vilcans
2012-07-10Changed bad test case nameMartin Vilcans
2012-07-09Added page break support.Martin Vilcans
2012-07-08PEP8 compliance.Martin Vilcans
2012-07-08Only a single period creates a slug.Martin Vilcans
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
2012-02-19Renamed SPMD to FountainMartin Vilcans