qutebrowser/tests/end2end
Ryan Roden-Corrent 0aefffce4d Attempt to solve flaky editor tests.
These are passing locally but failing in travis. This fixes two possible
timing issues:

- Ensure the signals are set up befor the pidfile is written. The
  function that sends the signal waits for the pidfile to exist, so this
  ensures we don't miss a signal.
- Wait for the log message indicating that the editor file was read
  back, so the test doesn't run through before we get a chance to read
  from the editor.
2018-02-01 20:55:18 -05:00
..
data Merge remote-tracking branch 'origin/pr/3474' 2018-01-17 13:38:22 +01:00
features Attempt to solve flaky editor tests. 2018-02-01 20:55:18 -05:00
fixtures Use request instead of pytestconfig 2017-12-19 08:55:35 +01:00
conftest.py pylint: Re-enable ungrouped-imports 2017-12-15 23:08:53 +01:00
test_dirbrowser.py Remove old pylint disables 2017-12-15 14:39:42 +01:00
test_hints_html.py Fix 2018-01-06 22:09:17 +01:00
test_insert_mode.py Improve input.insert_mode.auto_load tests 2017-10-02 09:04:37 +02:00
test_invocations.py Update tests to use search.ignore_case 2017-12-12 11:31:28 -05:00
test_mhtml_e2e.py pylint: Re-enable ungrouped-imports 2017-12-15 23:08:53 +01:00