Force qapp fixture for test_configtypes_hypothesis.
The test needs a QApplication
This commit is contained in:
parent
8a0d89d940
commit
0c6d6367de
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user