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
|
@ -164,8 +164,9 @@ class TestDependencies(TestCase):
|
|||
|
||||
# 3 <-- 4 Deleting 4 requires no repair
|
||||
# 3
|
||||
code, out, err = self.t("4 delete")
|
||||
code, out, err = self.t("4 delete", input="y\n")
|
||||
self.assertNotIn("Would you like the dependency chain fixed?", out)
|
||||
self.assertIn("Deleted 1 task", out)
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_id_range_dep(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue