qutebrowser/qutebrowser/test/utils
Florian Bruhin 354018efcd Make sure QUrl::fromUserInput is valid in is_url.
Fixes #460.

Without this fix, it's possible for URLs to be valid according to is_url, but
not according to QUrl::fromUserInput, e.g. "http:foo:0". This caused an
exception later because fuzzy_url runs qtutils.ensure_valid.
2015-01-09 21:49:26 +01:00
..
usertypes Update copyright years 2015-01-03 15:51:31 +01:00
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
test_debug.py Update copyright years 2015-01-03 15:51:31 +01:00
test_jinja.py Update copyright years 2015-01-03 15:51:31 +01:00
test_log.py Update copyright years 2015-01-03 15:51:31 +01:00
test_qtutils.py Update copyright years 2015-01-03 15:51:31 +01:00
test_standarddir.py Update copyright years 2015-01-03 15:51:31 +01:00
test_urlutils.py Make sure QUrl::fromUserInput is valid in is_url. 2015-01-09 21:49:26 +01:00
test_utils.py Replace unencodable chars in download filenames. 2015-01-03 17:50:59 +01:00