summaryrefslogtreecommitdiff
path: root/tests/unit/browser/test_caret.py
AgeCommit message (Expand)Author
2022-01-04Use flake8-pytest-stylepytest-styleFlorian Bruhin
2021-02-26Qtbot methods changed to snake case,snake case check addedLembrun
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-11-04old qt: Remove conditional and old testsFlorian Bruhin
2020-07-31Add a test for ignoring _toggle_sel_translateFlorian Bruhin
2020-05-22caret: Fix toggling behavior with QtWebEngineFlorian Bruhin
2020-05-22tests: Make sure entering caret mode is finishedFlorian Bruhin
2020-05-22tests: Skip failing caret test on macOSFlorian Bruhin
2020-05-22caret: Style improvements for line modeFlorian Bruhin
2020-05-22tests: Increase timeout for caret.html loadingFlorian Bruhin
2020-05-02added testssvetelna
2020-05-02Harden caret tests and always show windowFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-07-06Expose view when searching on macOS/Windows with 5.13Florian Bruhin
2019-04-02Use :move-to-end-of-word to test :reverse-selectionFlorian Bruhin
2019-03-31Expose webtab for caret selection tests.Jimmy
2019-03-28Merge remote-tracking branch 'origin/pr/4513'Florian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2019-01-20Move tests from caret.feature to test_caret.pyadam
2018-11-30Rename openurl to load_urlFlorian Bruhin
2018-10-06Avoid showing widgets in tests if unneededFlorian Bruhin
2018-09-27Fix lintFlorian Bruhin
2018-09-27Use callback.assert_called_with()Florian Bruhin
2018-09-26Use qtbot.wait_callbackFlorian Bruhin
2018-09-26Use wait argument with qtbot.assert_not_emittedFlorian Bruhin
2018-09-15Wait for follow_selected_doneFlorian Bruhin
2018-09-15Fix typoFlorian Bruhin
2018-09-15Get rid of end-of-doc-workaround in caret browsingFlorian Bruhin
2018-09-15Remove duplicate testFlorian Bruhin
2018-09-14Fix lintFlorian Bruhin
2018-09-14Run all :follow-selected tests with/without JSFlorian Bruhin
2018-09-14Fix test_follow_selected_without_a_selection on QtWebKitFlorian Bruhin
2018-09-14Revert "Revert "Make sure we wait until follow_selected is done""Florian Bruhin
2018-09-14Revert "Make sure we wait until follow_selected is done"Florian Bruhin
2018-09-14Fix :follow-selected testsFlorian Bruhin
2018-09-14Make sure we wait until follow_selected is doneFlorian Bruhin
2018-09-13Try getting selection multiple timesFlorian Bruhin
2018-09-13Register a qute://testdata/ scheme for unit testsFlorian Bruhin
2018-09-08Rewrite some :follow-selected tests as unit testsFlorian Bruhin
2018-09-08Fix lintFlorian Bruhin
2018-09-08Fix TestSearch caret testsFlorian Bruhin
2018-09-08Rewrite most caret tests as unit testsFlorian Bruhin