summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2021-06-28Adjust exception handling for adblock 0.5.0Florian Bruhin
See https://github.com/ArniDagur/python-adblock/issues/44 (cherry picked from commit 6dd402c0d0f7665d32a74c43c5b4cf5dc8aff28d)
2021-06-24tests: Ignore another Chromium messageFlorian Bruhin
2021-06-24More history test stabilizationFlorian Bruhin
2021-06-24Merge remote-tracking branch 'origin/pr/6372'Florian Bruhin
2021-06-15tests: Speculatively stabilize history testsFlorian Bruhin
If we're not waiting for the async INSERT in the SQL database, it can happen that :debug-dump-history gets called before the history entry was addeded to the actual database. See #5390
2021-06-13Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-06-11Greasemonkey: Make sure script names are uniqueFlorian Bruhin
Fixes #6353
2021-06-09Fix prefers_reduced_motion on WindowsFlorian Bruhin
See #6530
2021-06-09Add content.prefers_reduced_motionFlorian Bruhin
Closes #6530
2021-06-07tests: Fix flakiness in test_invocations.pyFlorian Bruhin
We don't need to check the log inside the test, as the quteproc fixture does that for us anyways. Also, looks like a new harmless message turned up.
2021-06-01Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-06-01Make dark mode tests work correctly on ARM/aarch64Florian Bruhin
Fixes #6489
2021-05-30Handle un-encodable initial text for editorFlorian Bruhin
2021-05-30Validate encoding for header settingsFlorian Bruhin
Also needed to add encoding check support to FormatString.
2021-05-29tests: Update import path for pytestqt SignalBlockerFlorian Bruhin
2021-05-29tests: Fix test_system_default_rendering with Noto Sans MonoFlorian Bruhin
2021-05-28Fix tests/lintFlorian Bruhin
We need to set XDG_RUNTIME_DIR properly in the tests so that the log is empty.
2021-05-28log: Handle JSONLogger in change_console_formatterFlorian Bruhin
Fixes #6482
2021-05-26RIP FreenodeFlorian Bruhin
2021-05-20Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-05-13Fix tests without QtWebEngineFlorian Bruhin
2021-05-13Fix state config unit testsFlorian Bruhin
2021-05-13Merge remote-tracking branch 'origin/pr/6462'Florian Bruhin
2021-05-13Remove service workers based on QtWebEngine versionFlorian Bruhin
See https://bugreports.qt.io/browse/QTBUG-93744
2021-05-13Fix crash in cmd completion for set-cmd-text.Ryan Roden-Corrent
2c4bb064e introduced support for showing bindings in the completion menu for commands initiated with set-cmd-text. This would crash if given a binding for just 'set-cmd-text' with no args. Fixes #6453.
2021-05-05tests: Fix test_check_coverage with Python 3.10Florian Bruhin
2021-05-05tests: Avoid deprecated SSL protocol valueFlorian Bruhin
See https://docs.python.org/3.10/whatsnew/3.10.html#ssl
2021-05-05Clarify backend version stringFlorian Bruhin
2021-04-24Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-04-23Fix tests on WindowsFlorian Bruhin
2021-04-23Fix :spawn -u -oFlorian Bruhin
Fixes #6407
2021-04-15Add QUTE_QTWEBENGINE_VERSION_OVERRIDEFlorian Bruhin
See https://github.com/NixOS/nixpkgs/pull/119376#issuecomment-820073044
2021-04-15tests: Fix test_version with git's init.defaultBranchFlorian Bruhin
2021-04-15Fix up testFlorian Bruhin
2021-04-13Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-04-13Fix quirk testsFlorian Bruhin
2021-04-10Merge commit '9a836e2'Florian Bruhin
2021-04-09add subdomain blocking testAnder Punnar
2021-04-09Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-04-09notifications: Fix image padding assertionFlorian Bruhin
The underlying Chromium pads images so that scanlines align on 4-byte boundaries. Thus, with an image size of e.g. 239x239, we'll have 3 bytes of padding (239 mod 4 = 3; 240 mod 4 = 0). Fixes #6375
2021-04-09Remove confusing returnFlorian Bruhin
2021-04-09Added tests for StatusbarWidget.Nicholas Schwab
2021-04-09fix testAnder Punnar
2021-04-09make _widened_hostnames public, move to urlutilsAnder Punnar
2021-04-08Revert all prefix-related commits.Nicholas Schwab
This reverts commits 02a64630aa83e37e47a28a60366e1c65f0eba3ac to 4ff204aecc96d77209a18594a14da96af703c43f.
2021-04-08Added tests for get_valid_prefixes.Nicholas Schwab
2021-04-08Added tests for configtypes.PrefixOrString.Nicholas Schwab
2021-04-08Added tests for ValidPrefixes.Nicholas Schwab
2021-04-08Remove unused importsFlorian Bruhin
2021-04-08Fix enum stringification for Python 3.10 a7+Florian Bruhin
https://bugs.python.org/issue40066 https://mail.python.org/archives/list/python-dev@python.org/message/CHQW6THTDYNPPFWQ2KDDTUYSAJDCZFNP/ https://github.com/python/cpython/commit/b775106d940e3d77c8af7967545bb9a5b7b162df