From da8733883c9b0dcf92354fab3363fc03562f68de Mon Sep 17 00:00:00 2001 From: Stephan Gabler Date: Wed, 18 Jul 2012 10:53:50 +0200 Subject: [PATCH] remove unused test --- tests/test_jrnl.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_jrnl.py b/tests/test_jrnl.py index 92cc8693..481a38bc 100644 --- a/tests/test_jrnl.py +++ b/tests/test_jrnl.py @@ -27,10 +27,6 @@ class TestClasses(unittest.TestCase): def tearDown(self): shutil.rmtree(self.journal.data_path) - def test_colon_in_textbody(self): - """colons should not cause problems in the text body""" - pass - def test_data_folder_exists(self): self.assertTrue(os.path.exists(self.journal.data_path)) self.assertTrue(os.path.isdir(self.journal.data_path))