Test: Drop default confirmation:off and correct tests accordingly

This commit is contained in:
Renato Alves
2015-07-28 17:00:04 +01:00
parent 1ad8aa9aec
commit fe23510c51
24 changed files with 68 additions and 46 deletions

View File

@@ -110,7 +110,7 @@ class TestActiveTaskHandling(TestCase):
def test_start_deleted(self):
"""Deleted task set to pending by start"""
self.t("+one delete")
self.t("+one delete", input="y\n")
self.t("+one start")
tl = self.t.export()
self.assertEqual(tl[0]["status"], "pending")