mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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
|
@ -47,7 +47,7 @@ class TestCompleted(TestCase):
|
|||
self.t("add two")
|
||||
self.t("add three")
|
||||
self.t("1 done")
|
||||
self.t("2 delete")
|
||||
self.t("2 delete", input="y\n")
|
||||
|
||||
code, out, err = self.t("completed")
|
||||
self.assertIn('one', out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue