From 1a738815056d422fc24cdc3577963d7b319fd5f7 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Sat, 1 Oct 2011 22:05:26 +0200 Subject: Just some cleanup/reformatting --- tests/fdx_test.py | 1 + tests/spmd_test.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/fdx_test.py b/tests/fdx_test.py index 9737493..153a0cf 100644 --- a/tests/fdx_test.py +++ b/tests/fdx_test.py @@ -5,6 +5,7 @@ from screenplain.export.fdx import write_text from screenplain.richstring import RichString, Bold, Italic + class OutputTests(unittest2.TestCase): def setUp(self): diff --git a/tests/spmd_test.py b/tests/spmd_test.py index 1c25f05..1f5c0f5 100644 --- a/tests/spmd_test.py +++ b/tests/spmd_test.py @@ -118,7 +118,6 @@ class ParseTests(unittest2.TestCase): (False, '||') ], dialog.blocks) - def test_standard_transition(self): paras = list(parse([ -- cgit