qutebrowser/tests/unit/browser/webkit
Jimmy 2510fde80f Add unit test for sanitized download filenames.
I think this covers the right path despite not using either of the
backend specific download code. They both either call `set_target()`
directly with a guessed filename or from the prompt question. When
called directly though that basename set by `_init_item()` is used.

It's a little high level but we already know that sanitize_filenames
does, I wanted to test that it gets called.
2018-06-26 16:14:22 +12:00
..
http Update copyright years 2018-02-05 12:19:50 +01:00
network Add a log-requests debug-flag 2018-05-07 10:23:56 +02:00
test_cache.py Update copyright years 2018-02-05 12:19:50 +01:00
test_cookies.py Update copyright years 2018-02-05 12:19:50 +01:00
test_downloads.py Add unit test for sanitized download filenames. 2018-06-26 16:14:22 +12:00
test_mhtml.py Update copyright years 2018-02-05 12:19:50 +01:00
test_tabhistory.py Update copyright years 2018-02-05 12:19:50 +01:00
test_webkitelem.py Revert "Fix Qt 5.11 issues with clicking invalid links" 2018-06-07 13:49:13 +02:00