tests: Ignore another Qt warning by hypothesis.
This commit is contained in:
parent
258855cf50
commit
a249d8d426
@ -650,7 +650,9 @@ class TestJavascriptEscape:
|
||||
"""Test javascript escaping with a real QWebPage."""
|
||||
self._test_escape(text, qtbot, webframe)
|
||||
|
||||
@pytest.mark.qt_log_ignore('^load glyph failed', extend=True)
|
||||
@pytest.mark.qt_log_ignore('^load glyph failed',
|
||||
'^OpenType support missing for script',
|
||||
extend=True)
|
||||
@hypothesis.given(hypothesis.strategies.text())
|
||||
def test_real_escape_hypothesis(self, webframe, qtbot, text):
|
||||
"""Test javascript escaping with a real QWebPage and hypothesis."""
|
||||
|
Loading…
Reference in New Issue
Block a user