From 8082d987923d2d6dc0ef3106bb8fa76741d3ffe6 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sun, 25 Mar 2018 22:59:27 -0400 Subject: Removed unit test --- tests/test_completion.py | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tests/test_completion.py') diff --git a/tests/test_completion.py b/tests/test_completion.py index 46afee77..31f218bf 100644 --- a/tests/test_completion.py +++ b/tests/test_completion.py @@ -92,17 +92,6 @@ def complete_tester(text, line, begidx, endidx, app): return first_match -def test_complete_add_opening_quote(cmd2_app): - text = 'Space' - line = 'command -f {}'.format(text) - endidx = len(line) - begidx = endidx - len(text) - - import readline - new_line = readline.get_line_buffer() - - assert new_line == cmd2_app.flag_based_complete(text, line, begidx, endidx, index_dict) == ['Football"'] - def test_cmd2_command_completion_single(cmd2_app): text = 'he' -- cgit v1.2.1