qutebrowser/tests/unit/utils
Florian Bruhin 312daca2b0 fuzzy_url: Raise InvalidUrlError on empty URLs.
Before we raised QtValueError (via qtutils.ensure_valid), but maybe there are
more callers out there which call fuzzy_url with an empty input - and it makes
more sense to raise InvalidUrlError which gets displayed to the user than
raising QtValueError which is more like an assertion.
2016-02-02 06:38:48 +01:00
..
usertypes flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
overflow_test_cases.py tests: Make test IDs predictable. 2016-01-25 22:15:31 +01:00
test_debug.py flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
test_error.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_jinja.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_log.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_qtutils.py tests: Make test IDs predictable. 2016-01-25 22:15:31 +01:00
test_standarddir.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_urlutils.py fuzzy_url: Raise InvalidUrlError on empty URLs. 2016-02-02 06:38:48 +01:00
test_utils.py tests: Make test IDs predictable. 2016-01-25 22:15:31 +01:00
test_version.py pdfjs: add file path to version information 2016-02-01 17:28:18 +01:00