From 0d7226ce14a31539e70a1d24802fd5ae9b1105dc Mon Sep 17 00:00:00 2001 From: Jason Rosenzweig Date: Fri, 4 Jun 2021 00:21:02 +0800 Subject: Fixed tests, just need to add new tests for file filtering --- tests/unit/mainwindow/test_prompt.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/unit/mainwindow/test_prompt.py b/tests/unit/mainwindow/test_prompt.py index 668cd0710..e67ab1702 100644 --- a/tests/unit/mainwindow/test_prompt.py +++ b/tests/unit/mainwindow/test_prompt.py @@ -82,7 +82,11 @@ class TestFileCompletion: qtbot.keyPress(prompt._lineedit, Qt.Key_Backspace) # foo should get completed from f + prompt.item_focus('next') + + # qtbot.keyPress(prompt._lineedit, Qt.Key_Tab) + # qtbot.keyRelease(prompt._lineedit, Qt.Key_Tab) assert prompt._lineedit.text() == str(testdir / 'foo') # Deleting /[foo] -- cgit v1.2.3-54-g00ecf