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
|
@ -45,7 +45,7 @@ class TestBug954(TestCase):
|
|||
def test_deletion_by_uuid(self):
|
||||
"""Verify deletion using extant UUID"""
|
||||
code, out, err = self.t("_get 1.uuid")
|
||||
code, out, err = self.t(out.strip() + " delete")
|
||||
code, out, err = self.t(out.strip() + " delete", input="y\n")
|
||||
self.assertIn("Deleting task 1 'foo'", out)
|
||||
|
||||
def test_deletion_by_missing_uuid(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue