mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Removed obsolete 'edit' test
This commit is contained in:
parent
e133d72e23
commit
0a75c526a9
1 changed files with 0 additions and 5 deletions
|
@ -83,11 +83,6 @@ class TestTaskEdit(TestCase):
|
|||
# Does not fail
|
||||
self.t("1 edit")
|
||||
|
||||
def test_command_line_modifications(self):
|
||||
"""Verify that the 'edit' command does not accept command line modifications"""
|
||||
code, out, err = self.t.runError("1 edit +foo")
|
||||
self.assertIn("Command line modifications are not supported by this command.", err)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from simpletap import TAPTestRunner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue