qutebrowser/tests/end2end/fixtures
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
..
quteprocess.py Merge branch 'greasemonkey' of https://github.com/toofar/qutebrowser into greasemonkey 2017-12-06 10:47:29 +01:00
test_quteprocess.py Clear BDD process settings between each test 2017-10-03 13:38:16 +02:00
test_testprocess.py Stabilize test_quitting_process_expected 2017-09-21 13:42:24 +02:00
test_webserver.py Get rid of httpbin 2017-09-19 10:35:54 +02:00
testprocess.py Improve terminating of test processes 2017-12-12 09:36:28 +01:00
webserver_sub_ssl.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
webserver_sub.py Fix lint in webserver_sub.py 2017-11-29 22:17:48 +01:00
webserver.py Use 'terminate' to clean up webserver subprocess 2017-12-12 09:33:34 +01:00