summaryrefslogtreecommitdiff
path: root/tests/unit/browser/test_caret.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-09-08 13:59:11 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-09-08 14:52:47 +0200
commit9c672398474bc312a2c5aa84ccab617a84c950a7 (patch)
tree4d1805db424087f9a55d034cb90d854f887215ae /tests/unit/browser/test_caret.py
parent7cb32dca078c3af873536c14dac3fa4d7ef9084f (diff)
downloadqutebrowser-9c672398474bc312a2c5aa84ccab617a84c950a7.tar.gz
qutebrowser-9c672398474bc312a2c5aa84ccab617a84c950a7.zip
Fix lint
Diffstat (limited to 'tests/unit/browser/test_caret.py')
-rw-r--r--tests/unit/browser/test_caret.py12
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/unit/browser/test_caret.py b/tests/unit/browser/test_caret.py
index 4437d6bc3..c7e100a59 100644
--- a/tests/unit/browser/test_caret.py
+++ b/tests/unit/browser/test_caret.py
@@ -135,8 +135,7 @@ class TestBlock:
caret.move_to_prev_word()
selection.check("drei")
- def test_moving_back_to_the_start_of_prev_block_with_sel(self,
- caret, selection):
+ def test_moving_back_to_the_start_of_prev_block_with_sel(self, caret, selection):
caret.move_to_end_of_next_block(2)
selection.toggle()
caret.move_to_start_of_prev_block()
@@ -153,8 +152,7 @@ class TestBlock:
caret.move_to_next_word()
selection.check("eins ")
- def test_moving_to_the_start_of_next_block_with_sel(self,
- caret, selection):
+ def test_moving_to_the_start_of_next_block_with_sel(self, caret, selection):
selection.toggle()
caret.move_to_start_of_next_block()
selection.check("one two three\n")
@@ -290,8 +288,7 @@ class TestSearch:
@pytest.mark.qtbug60673
@pytest.mark.no_xvfb
- def test_yanking_a_searched_line(
- self, caret, selection, mode_manager, callback_checker, web_tab, qtbot):
+ def test_yanking_a_searched_line(self, caret, selection, mode_manager, callback_checker, web_tab, qtbot):
web_tab.show()
mode_manager.leave(usertypes.KeyMode.caret)
@@ -304,8 +301,7 @@ class TestSearch:
@pytest.mark.qtbug60673
@pytest.mark.no_xvfb
- def test_yanking_a_searched_line_with_multiple_matches(
- self, caret, selection, mode_manager, callback_checker, web_tab, qtbot):
+ def test_yanking_a_searched_line_with_multiple_matches(self, caret, selection, mode_manager, callback_checker, web_tab, qtbot):
web_tab.show()
mode_manager.leave(usertypes.KeyMode.caret)