From 0a75c526a9aa7938645bcf40c05b2ab662aa7a9b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 7 Sep 2015 10:48:21 -0400 Subject: [PATCH] Test: Removed obsolete 'edit' test --- test/edit.t | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/edit.t b/test/edit.t index 6ecfaac86..5a936f5b8 100755 --- a/test/edit.t +++ b/test/edit.t @@ -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