Don't require qapp for configtypes tests anymore
We need to make sure they work without a QApplication, and the only reason they needed one before was standarddir.
This commit is contained in:
parent
6f1b8bd1d9
commit
f40103cbba
@ -214,7 +214,7 @@ class TestAll:
|
||||
def klass(self, request):
|
||||
return request.param
|
||||
|
||||
@pytest.mark.usefixtures('qapp', 'config_tmpdir')
|
||||
@pytest.mark.usefixtures('config_tmpdir')
|
||||
@hypothesis.given(strategies.text())
|
||||
@hypothesis.example('\x00')
|
||||
def test_from_str_hypothesis(self, klass, s):
|
||||
@ -1561,7 +1561,6 @@ def unrequired_class(**kwargs):
|
||||
return configtypes.File(required=False, **kwargs)
|
||||
|
||||
|
||||
@pytest.mark.usefixtures('qapp')
|
||||
@pytest.mark.usefixtures('config_tmpdir')
|
||||
class TestFile:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user