qutebrowser/tests
Daniel Schadt 8730dc6f8e tests: use :hint instead of :hint all download
:hint all download does not use the response headers to determine the
filename (the prompt is shown before a request is even done), so our
long filename was pretty useless.

:hint works because it does a request first and uses the right filename,
but we need to wait until the prompt is shown before we can do
:prompt-open-download, since the request is a bit slower and would fail
otherwise.
2016-08-04 11:16:43 +02:00
..
end2end tests: use :hint instead of :hint all download 2016-08-04 11:16:43 +02:00
helpers Don't use objreg to get CompletionView. 2016-07-28 12:20:24 -04:00
manual Improve manual history test 2016-06-10 14:41:08 +02:00
unit more tests for OpenFileDownloadTarget 2016-08-03 18:14:45 +02:00
conftest.py tests: Use pytest-warnings to handle warnings 2016-07-27 18:28:08 +02:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00