summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorAsh <relativistic.policeman@gmail.com>2020-06-03 22:21:22 -0700
committerAsh <relativistic.policeman@gmail.com>2020-06-03 23:43:26 -0700
commit77d4d3f4d4255ddfdd4f05ae4abda51ef306b32c (patch)
treed15e13adf4bdec9a63da9aad0ff39f5d8c501a89 /pytest.ini
parent755fafc9ce56a02104f672722d6d1db7b243ff37 (diff)
downloadqutebrowser-77d4d3f4d4255ddfdd4f05ae4abda51ef306b32c.tar.gz
qutebrowser-77d4d3f4d4255ddfdd4f05ae4abda51ef306b32c.zip
Add support for onclose callbacks on notifications.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index e85f2b298..a01c456f7 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -23,6 +23,7 @@ markers =
qtwebkit_skip: Tests not applicable with QtWebKit
qtwebengine_flaky: Tests which are flaky (and currently skipped) with QtWebEngine
qtwebengine_mac_xfail: Tests which fail on macOS with QtWebEngine
+ qtwebengine_py_5_15: Tests which require PyQtWebEngine 5.15.
js_prompt: Tests needing to display a javascript prompt
this: Used to mark tests during development
no_invalid_lines: Don't fail on unparseable lines in end2end tests