From f38a458da58b0cbd456ff935f8a8f84f1a1f385d Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Wed, 14 Sep 2011 23:01:11 +0200 Subject: Parse bold, italic and underline (no output yet). --- tests/spmd_test.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/spmd_test.py') 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 -- cgit