mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test: Drop default confirmation:off and correct tests accordingly
This commit is contained in:
parent
1ad8aa9aec
commit
fe23510c51
24 changed files with 68 additions and 46 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue