Force qapp fixture for test_configtypes_hypothesis.

The test needs a QApplication
This commit is contained in:
Florian Bruhin 2016-03-11 07:17:11 +01:00
parent 8a0d89d940
commit 0c6d6367de

View File

@ -42,6 +42,7 @@ def gen_classes():
yield member
@pytest.mark.usefixtures('qapp')
@pytest.mark.parametrize('klass', gen_classes())
@hypothesis.given(strategies.text())
@hypothesis.example('\x00')