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(). |
||
---|---|---|
.. | ||
helpers | ||
html | ||
integration | ||
unit | ||
conftest.py | ||
test_conftest.py |