mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
remove unused test
This commit is contained in:
parent
6e70c005af
commit
da8733883c
1 changed files with 0 additions and 4 deletions
|
@ -27,10 +27,6 @@ class TestClasses(unittest.TestCase):
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
shutil.rmtree(self.journal.data_path)
|
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):
|
def test_data_folder_exists(self):
|
||||||
self.assertTrue(os.path.exists(self.journal.data_path))
|
self.assertTrue(os.path.exists(self.journal.data_path))
|
||||||
self.assertTrue(os.path.isdir(self.journal.data_path))
|
self.assertTrue(os.path.isdir(self.journal.data_path))
|
||||||
|
|
Loading…
Add table
Reference in a new issue