qutebrowser/tests/integration
Florian Bruhin 9c87eaf371 bdd: Allow to skip a test from JS.
This is a bit tricky since the test will actually run, but be marked as
skipped. The problem is we can't raise a pytest.skip.Exception during a test,
or it'll show up as an exception in a virtual Qt method.

Still this is better than nothing.
2016-01-14 18:50:36 +01:00
..
data bdd: Add some tests for HTML5 notifications. 2016-01-14 07:49:39 +01:00
features bdd: Allow to skip a test from JS. 2016-01-14 18:50:36 +01:00
conftest.py tests: Add an SSL server subprocess. 2016-01-12 22:48:38 +01:00
quteprocess.py bdd: Allow to skip a test from JS. 2016-01-14 18:50:36 +01:00
test_mhtml_e2e.py tests: Add an SSL server subprocess. 2016-01-12 22:48:38 +01:00
test_quteprocess.py bdd: Allow to skip a test from JS. 2016-01-14 18:50:36 +01:00
test_smoke.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_testprocess.py tests: Optionally skip a test when waiting for log. 2016-01-06 08:29:46 +01:00
test_webserver.py tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
testprocess.py Also show testprocess output on teardown errors. 2016-01-08 12:53:36 +01:00
webserver_sub_ssl.py Fix lint. 2016-01-13 07:01:31 +01:00
webserver_sub.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
webserver.py tests: Add an SSL server subprocess. 2016-01-12 22:48:38 +01:00