qutebrowser/tests/integration
Florian Bruhin d3fe2babd3 tests: Wait until page is loaded by default
When doing quteproc.open_path, by default the test didn't wait until the page
was loaded. This caused unintentional race conditions which e.g. caused
dirbrowser tests to fail on OS X:

https://travis-ci.org/The-Compiler/qutebrowser/jobs/133730001

Now instead we wait by default, unless wait=False is passed to open_path() or
open_url().
2016-05-29 16:14:33 +02:00
..
data Merge branch 'hints_clicking' of https://github.com/lahwaacz/qutebrowser into lahwaacz-hints_clicking 2016-05-20 17:09:16 +02:00
features tests: Wait until page is loaded by default 2016-05-29 16:14:33 +02:00
conftest.py Add basic profiling capability for quteproc tests. 2016-02-11 08:02:44 +01:00
quteprocess.py tests: Wait until page is loaded by default 2016-05-29 16:14:33 +02:00
test_dirbrowser.py Various code style improvements 2016-04-27 20:25:27 +02:00
test_hints_html.py tests: Wait until page is loaded by default 2016-05-29 16:14:33 +02:00
test_insert_mode.py tests: Wait until page is loaded by default 2016-05-29 16:14:33 +02:00
test_invocations.py tests: Wait until page is loaded by default 2016-05-29 16:14:33 +02:00
test_mhtml_e2e.py tests: Wait until page is loaded by default 2016-05-29 16:14:33 +02:00
test_quteprocess.py tests: Wait until page is loaded by default 2016-05-29 16:14:33 +02:00
test_smoke.py Mark segfault on exit in test_smoke as xfail 2016-04-10 20:52:07 +02:00
test_testprocess.py tests: Skip custom_environment_no_system on Win. 2016-01-20 20:34:19 +01:00
test_webserver.py Fix new flake8 lint. 2016-01-22 17:33:58 +01:00
testprocess.py bdd: Also log already found log messages 2016-05-04 20:54:34 +02:00
webserver_sub_ssl.py Disable useless-suppression in webserver_sub_ssl. 2016-01-17 21:21:26 +01:00
webserver_sub.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
webserver.py Various code style improvements 2016-04-27 20:25:27 +02:00