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
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue