mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: ID range support was dropped some time ago for dependencies
- 'task <id> modify depends:1-10' has not worked for a while. Not sure it needs to be added.
This commit is contained in:
parent
9c8edc4121
commit
d103862bff
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ class TestDependencies(TestCase):
|
|||
code, out, err = self.t("4 delete")
|
||||
self.assertNotIn("Would you like the dependency chain fixed?", out)
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_id_range_dep(self):
|
||||
"""Check that an ID range can be used for deps"""
|
||||
self.t("add three")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue