qutebrowser/tests
Florian Bruhin 407537dbe6 tests: Wait until window is closed after :close
If we don't wait here, we might end up running the subsequent commands (like
:command-history-prev) on the old window while it's still closing, causing an
exception at least on AppVeyor:

    Traceback (most recent call last):
      File "C:\projects\qutebrowser\qutebrowser\app.py", line 110, in <lambda>
        target_arg=target_arg))
      File "C:\projects\qutebrowser\qutebrowser\app.py", line 265, in process_pos_args
        win_id = mainwindow.get_window(via_ipc, force_tab=True)
      File "C:\projects\qutebrowser\qutebrowser\mainwindow\mainwindow.py", line 89, in get_window
        window.setWindowState(window.windowState() & ~Qt.WindowMinimized)
    RuntimeError: wrapped C/C++ object of type MainWindow has been deleted
2017-05-16 15:46:20 +02:00
..
end2end tests: Wait until window is closed after :close 2017-05-16 15:46:20 +02:00
helpers Fix most tests/lint 2017-05-10 09:19:24 +02:00
manual Replace all GitHub links 2017-02-05 00:13:11 +01:00
unit Also remove test for removed assertion 2017-05-16 12:56:25 +02:00
conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00