qutebrowser/tests/unit/browser
Florian Bruhin 9e0f7ccc51 tests: Make sure we don't leave stale download managers behind
Speculative fix for test_early_timeout_handler in
tests/unit/utils/usertypes/test_timer.py failing:

    >  assert len(caplog.messages) == 1
    E  AssertionError: assert 5 == 1

due to:

    ------------------------------ Captured log call -------------------------------
    WARNING  misc:usertypes.py:467 Timer download-update (id 620757000) triggered too early: interval 500 but only -609.805s passed
    WARNING  misc:usertypes.py:467 Timer download-update (id 922746881) triggered too early: interval 500 but only -609.429s passed
    WARNING  misc:usertypes.py:467 Timer download-update (id 1056964613) triggered too early: interval 500 but only -609.537s passed
    WARNING  misc:usertypes.py:467 Timer download-update (id 1912602631) triggered too early: interval 500 but only -609.671s passed
    WARNING  misc:usertypes.py:467 Timer t (id -1) triggered too early: interval 3 but only 0.001s passed
2025-04-12 21:16:30 +02:00
..
webengine Shorten Chromium version in UA by default 2025-03-12 15:25:55 +01:00
webkit Use builtin list/dict/set/... types for annotations 2024-10-15 11:54:49 +02:00
test_browsertab.py reuse: Fix more copyright headers 2023-07-23 12:56:13 +02:00
test_caret.py Fix caret tests on Qt 6 and Windows 2024-03-27 19:49:09 +01:00
test_downloads.py tests: Make sure we don't leave stale download managers behind 2025-04-12 21:16:30 +02:00
test_downloadview.py reuse: Fix more copyright headers 2023-07-23 12:56:13 +02:00
test_hints.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_history.py Fix some typos 2024-07-02 13:40:15 +02:00
test_inspector.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_navigate.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_notification.py Use builtin list/dict/set/... types for annotations 2024-10-15 11:54:49 +02:00
test_pdfjs.py pdfjs: Add new no-system-pdfjs debug flag 2025-03-21 10:42:17 +01:00
test_qutescheme.py reuse: Replace last copyright texts 2023-07-23 12:59:11 +02:00
test_shared.py Also handle QtWebKit Accept-Language correctly 2024-11-27 18:10:00 +01:00
test_signalfilter.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_urlmarks.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00