qutebrowser/tests/end2end
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
..
data Minor Text Fixes 2016-08-04 11:03:05 +02:00
features tests: use :hint instead of :hint all download 2016-08-04 11:16:43 +02:00
fixtures Fix lint 2016-08-03 16:48:48 +02:00
conftest.py Fix lint 2016-05-29 18:45:09 +02:00
test_dirbrowser.py Fix some a/an misspellings 2016-07-05 08:34:03 +02:00
test_hints_html.py Clean up find-implementation in test_hints_html 2016-06-09 17:16:00 +02:00
test_insert_mode.py Stabilize tests using :follow-hint 2016-05-30 14:54:06 +02:00
test_invocations.py add tests for download with special characters 2016-08-04 01:24:08 +02:00
test_mhtml_e2e.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
test_smoke.py Improve test_smoke 2016-07-26 12:51:12 +02:00