diff --git a/test.py b/test.py index 3fb8405..c3b22e0 100755 --- a/test.py +++ b/test.py @@ -60,7 +60,7 @@ class TestAdd(unittest.TestCase): import shutil shutil.rmtree(os.path.join(TEST_DATA_DIR, "test3")) os.mkdir(os.path.join(TEST_DATA_DIR, "test3")) - + def test_add_sub(self): with open(os.path.join(TEST_DATA_DIR, "test3/todo.txt"), "w") as f: f.write("(Z) gibberish")