Enable hypothesis' strict mode.

This commit is contained in:
Florian Bruhin 2015-12-15 18:09:52 +01:00
parent a387e9669c
commit 4a58e10e09

View File

@ -30,6 +30,7 @@ import textwrap
import warnings
import pytest
import hypothesis
import helpers.stubs as stubsmod
from helpers import logfail
@ -42,6 +43,10 @@ from PyQt5.QtNetwork import QNetworkCookieJar
import xvfbwrapper
# Set hypothesis settings
hypothesis.Settings.default.strict = True
def _apply_platform_markers(item):
"""Apply a skip marker to a given item."""
markers = [