Add additional test
This commit is contained in:
parent
b0325e17b7
commit
41b5fca9b7
@ -255,6 +255,7 @@ class TestYaml:
|
||||
@pytest.mark.parametrize('force, expected', [
|
||||
(True, 'software-opengl'),
|
||||
(False, 'none'),
|
||||
('chromium', 'chromium'),
|
||||
])
|
||||
def test_force_software_rendering(self, yaml, autoconfig, force, expected):
|
||||
autoconfig.write({'qt.force_software_rendering': {'global': force}})
|
||||
|
Loading…
Reference in New Issue
Block a user