Remove duplicate test
This commit is contained in:
parent
f14b37a3c4
commit
e47bf7a137
@ -121,14 +121,6 @@ class TestBlock:
|
|||||||
eins zwei drei
|
eins zwei drei
|
||||||
""")
|
""")
|
||||||
|
|
||||||
def test_selecting_a_block(self, caret, selection):
|
|
||||||
selection.toggle()
|
|
||||||
caret.move_to_end_of_next_block()
|
|
||||||
selection.check_multiline("""
|
|
||||||
one two three
|
|
||||||
eins zwei drei
|
|
||||||
""")
|
|
||||||
|
|
||||||
def test_moving_back_to_the_end_of_prev_block_with_sel(self, caret, selection):
|
def test_moving_back_to_the_end_of_prev_block_with_sel(self, caret, selection):
|
||||||
caret.move_to_end_of_next_block(2)
|
caret.move_to_end_of_next_block(2)
|
||||||
selection.toggle()
|
selection.toggle()
|
||||||
|
Loading…
Reference in New Issue
Block a user