qutebrowser/tests/unit
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
..
browser tests: Make test IDs predictable. 2016-01-25 22:15:31 +01:00
commands Fix new flake8 lint. 2016-01-22 17:33:58 +01:00
completion Adjust copyright years. 2016-01-04 07:12:39 +01:00
config tests: Make test IDs predictable. 2016-01-25 22:15:31 +01:00
javascript tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
keyinput tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
mainwindow tests: Use sip.delete to clean up prompt. 2016-01-11 07:38:58 +01:00
misc tests: Make test IDs predictable. 2016-01-25 22:15:31 +01:00
scripts Adjust copyright years. 2016-01-04 07:12:39 +01:00
utils fuzzy_url: Raise InvalidUrlError on empty URLs. 2016-02-02 06:38:48 +01:00