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

@@ -139,7 +139,7 @@ class TestImport(TestCase):
def test_import_update(self):
"""Update existing tasks"""
self.t("import", input=self.data1)
self.t("a1111111-a111-a111-a111-a11111111111 delete")
self.t("a1111111-a111-a111-a111-a11111111111 delete", input="y\n")
self.t("next") # Run GC
_t = sorted(self.t.export(), key=lambda t: t["uuid"])