summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-03-20Add test for issue #65, which passesMartin Vilcans
2023-02-24Add test for forcing action with "!"Martin Vilcans
2022-11-07Replace nose with pytestMartin Vilcans
2022-11-07assertEquals is deprecated - use assertEqualMartin Vilcans
2022-11-07Remove unittest2 (Python 2 compatibility)Martin Vilcans
2022-11-07Add tests for extended charactersMartin Vilcans
2020-02-12Removing Python 2 support - no need for six #54Martin Vilcans
2020-02-12Replace pep8 with pycodestyle, get rid of warningsMartin Vilcans
2019-02-21Do not create empty paragraph if Note is a full paragraphMartin Vilcans
2019-02-21Add supports for notesMartin Vilcans
2019-02-19Merge branch 'master' into python3John Peter Yamauchi
2016-04-14Show multiple spaces in a row as is in HTML & PDFMartin Vilcans
2015-11-17Test that alphanumeric character names workMartin Vilcans
2015-11-17Support non-alphanumeric character names with "@"Martin Vilcans
2015-09-18Parse files with BOM present; fixes #5michaelx386
2015-07-23Add test for dual dialogue in FDX outputMartin Vilcans
2014-10-21Add Screenplay classMartin Vilcans
2014-03-03Merge branch 'master' into python3Martin Vilcans
2014-03-03Tests that would have caught the p a r e n t h e t i c a l bugMartin Vilcans
2013-08-13Use six.text_type in richstring_testpython2Martin Vilcans
2013-08-13Use six.StringIO instead of StringIO.StringIOMartin Vilcans
2013-08-13Use six.StringIO for Python 3 compatMartin Vilcans
2013-08-13Use unittest2 if available but don't require it.Martin Vilcans
2013-08-13Removed dependency on unittest2Martin Vilcans
2012-07-22Fixed runtime error on HTML output of dual dialogue.Martin Vilcans
2012-07-10Strip leading and trailing whitespace from character names.Martin Vilcans
2012-07-10Automatically create test cases from files in tests/filesMartin 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-03-01Line breaks become <br/> instead of <p> in HTML.Martin Vilcans
2012-02-23Output synopsis to HTML.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
2012-02-19Moved spmd tests into separate classes.Martin Vilcans
2012-02-19Added synopsis support to slugs and sections.Martin Vilcans
2012-02-16Parse the title page.Martin Vilcans
2012-02-08Added support for sectionsMartin Vilcans
2012-02-07Scene headings are now h6 in HTML outputMartin Vilcans
2012-02-07Read the spec again. Scene numbers are alphanumeric only.Martin Vilcans
2012-02-07Added scene numbersMartin Vilcans
2012-02-01Refactored spmd parser to use InputParagraph class.Martin Vilcans
2012-02-01New syntax for dual dialog: ^ (Jan 2012 spec)Martin Vilcans
2012-02-01Some pep8 compliance regarding whitespaceMartin Vilcans
2012-01-31Transitions no longer have to be followed by a scene heading.Martin Vilcans
2012-01-31Changed rules for forced Scene Headings (slugs).Martin Vilcans