qutebrowser/tests/end2end
Florian Bruhin 2e8acf4825 Improve terminating of test processes
There are various small changes here:

- If the process is already finished, we don't try to terminate it.
- On Windows, we use QProcess::kill instead of QProcess::terminate, as terminate
  will only work with processes which have a GUI loop.
- We assert that quitting the suprocess actually worked.

Fixes #3384
2017-12-12 09:36:28 +01:00
..
data Add copyright notice for pyeval_file.py 2017-11-19 21:09:48 +01:00
features Make sure editor test doesn't run on Windows 2017-12-12 06:57:39 +01:00
fixtures Improve terminating of test processes 2017-12-12 09:36:28 +01:00
conftest.py Support updating dictionaries and removing old versions. 2017-11-04 18:16:05 -04:00
test_dirbrowser.py modified pylint pragmas 2017-10-22 23:52:35 +05:30
test_hints_html.py Move hint unittests to their own file 2017-11-29 10:44:32 +01:00
test_insert_mode.py Improve input.insert_mode.auto_load tests 2017-10-02 09:04:37 +02:00
test_invocations.py Pass --disable-seccomp-filter-sandbox for tests with Qt 5.7.1 2017-11-20 13:54:52 +01:00
test_mhtml_e2e.py Get rid of httpbin 2017-09-19 10:35:54 +02:00