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

@ -164,8 +164,9 @@ class TestDependencies(TestCase):
# 3 <-- 4 Deleting 4 requires no repair
# 3
code, out, err = self.t("4 delete")
code, out, err = self.t("4 delete", input="y\n")
self.assertNotIn("Would you like the dependency chain fixed?", out)
self.assertIn("Deleted 1 task", out)
@unittest.expectedFailure
def test_id_range_dep(self):