qutebrowser/tests
Florian Bruhin eebed7a5a7 tests: Poll clipboard for changes.
For some reason I can't explain, since 2b0870084b
we got test failures on OS X, as the clipboard had the old value before waiting
for the change, the new (correct) value after waiting for it, but never
actually emitted 'changed'.

We could just re-check the contents after the timeout, but that'd mean we wait
1s for every test where this weird thing happens.

Instead, we poll the clipboard for every 100ms as long as the timeout (1s)
hasn't passed, and return as soon as it has the correct contents.
2016-01-08 09:35:03 +01:00
..
helpers Adjust copyright years. 2016-01-04 07:12:39 +01:00
html Add tests/html/jsalert_multiline.html. 2015-08-27 22:13:40 +02:00
integration tests: Poll clipboard for changes. 2016-01-08 09:35:03 +01:00
unit Release v0.5.0 2016-01-05 19:30:50 +01:00
conftest.py tests: Don't start Xvfb for unittests-nodisp. 2016-01-06 08:36:40 +01:00
test_conftest.py Adjust copyright years. 2016-01-04 07:12:39 +01:00