Fix test_qt_args
This commit is contained in:
parent
07a20bd1ad
commit
8d22991d03
@ -189,8 +189,8 @@ def test_version(request):
|
|||||||
|
|
||||||
def test_qt_arg(request, quteproc_new, tmpdir):
|
def test_qt_arg(request, quteproc_new, tmpdir):
|
||||||
"""Test --qt-arg."""
|
"""Test --qt-arg."""
|
||||||
args = (_base_args(request.config) +
|
args = (['--temp-basedir', '--qt-arg', 'stylesheet',
|
||||||
['--qt-arg', 'stylesheet', str(tmpdir / 'does-not-exist')])
|
str(tmpdir / 'does-not-exist')] + _base_args(request.config))
|
||||||
quteproc_new.start(args)
|
quteproc_new.start(args)
|
||||||
|
|
||||||
msg = 'QCss::Parser - Failed to load file "*does-not-exist"'
|
msg = 'QCss::Parser - Failed to load file "*does-not-exist"'
|
||||||
|
Loading…
Reference in New Issue
Block a user