Remove extra whitespace
This commit is contained in:
parent
34e6d5fee6
commit
6ff569f032
2
test.py
2
test.py
@ -60,7 +60,7 @@ class TestAdd(unittest.TestCase):
|
|||||||
import shutil
|
import shutil
|
||||||
shutil.rmtree(os.path.join(TEST_DATA_DIR, "test3"))
|
shutil.rmtree(os.path.join(TEST_DATA_DIR, "test3"))
|
||||||
os.mkdir(os.path.join(TEST_DATA_DIR, "test3"))
|
os.mkdir(os.path.join(TEST_DATA_DIR, "test3"))
|
||||||
|
|
||||||
def test_add_sub(self):
|
def test_add_sub(self):
|
||||||
with open(os.path.join(TEST_DATA_DIR, "test3/todo.txt"), "w") as f:
|
with open(os.path.join(TEST_DATA_DIR, "test3/todo.txt"), "w") as f:
|
||||||
f.write("(Z) gibberish")
|
f.write("(Z) gibberish")
|
||||||
|
Loading…
Reference in New Issue
Block a user