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

@@ -58,7 +58,7 @@ class TestFeature725(TestCase):
self.assertIn("Unblocked", out)
# 1 does unblock 4.
code, out, er = self.t("1 delete")
code, out, er = self.t("1 delete", input="y\n")
self.assertIn("Unblocked", out)