diff options
author | Martin Vilcans <martin@librador.com> | 2011-09-14 23:01:11 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2011-09-21 23:24:59 +0200 |
commit | f38a458da58b0cbd456ff935f8a8f84f1a1f385d (patch) | |
tree | bdbc705361f048ef9945fa443c9768d2fdb13708 /tests/spmd_test.py | |
parent | b504daae552e0ca07c1946e49812e05363834f46 (diff) | |
download | screenplain-f38a458da58b0cbd456ff935f8a8f84f1a1f385d.tar.gz |
Parse bold, italic and underline (no output yet).
Diffstat (limited to 'tests/spmd_test.py')
-rw-r--r-- | tests/spmd_test.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/spmd_test.py b/tests/spmd_test.py index caa5b20..4a04660 100644 --- a/tests/spmd_test.py +++ b/tests/spmd_test.py @@ -4,10 +4,6 @@ from screenplain.types import Slug, Action, Dialog, DualDialog, Transition class ParseTests(unittest2.TestCase): - # Without this, the @skip decorator gives - # AttributeError: 'ParseTests' object has no attribute '__name__' - __name__ = 'ParseTests' - # A Scene Heading, or "slugline," is any line that has a blank # line following it, and either begins with INT or EXT, or has # two empty lines preceding it. A Scene Heading always has at |