mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +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
|
@ -154,7 +154,7 @@ class TestProject(TestBashCompletionBase):
|
|||
code, out, err = self.t("add this task should be number 2 and stay number 2")
|
||||
self.assertIn("Created task 2", out)
|
||||
|
||||
code, out, err = self.t("1 delete")
|
||||
code, out, err = self.t("1 delete", input="y\n")
|
||||
self.assertIn("Deleted 1 task", out)
|
||||
|
||||
with tasksh(self.t):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue