We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd9c7d commit 7407ea5Copy full SHA for 7407ea5
tests/test_app.py
@@ -1749,7 +1749,9 @@ def test_autocomplete(main):
1749
1750
1751
# Skip this test on Linux due to a known issue with Qt and keystrokes
1752
-@pytest.mark.skipif(sys.platform.startswith("linux"), reason="Known issue with Qt keystrokes")
+@pytest.mark.skipif(
1753
+ sys.platform.startswith("linux"), reason="Known issue with Qt keystrokes"
1754
+)
1755
def test_autocomplete_keystrokes(main):
1756
"""
1757
Tests that the user keystrokes will have the intended effect on the UI.
0 commit comments