remove unused test

This commit is contained in:
Stephan Gabler 2012-07-18 10:53:50 +02:00
parent 6e70c005af
commit da8733883c

View file

@ -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))