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

@ -44,7 +44,7 @@ class TestCount(TestCase):
cls.t("add one")
cls.t("log two")
cls.t("add three")
cls.t("1 delete")
cls.t("1 delete", input="y\n")
def test_count_unfiltered(self):
code, out, err = self.t("count")