Adjust test_configfiles
This commit is contained in:
parent
e8d5fb5cca
commit
612387633d
@ -607,7 +607,7 @@ class TestConfigPy:
|
|||||||
|
|
||||||
@pytest.mark.parametrize('line, key, mode', [
|
@pytest.mark.parametrize('line, key, mode', [
|
||||||
('config.unbind("o")', 'o', 'normal'),
|
('config.unbind("o")', 'o', 'normal'),
|
||||||
('config.unbind("y", mode="prompt")', 'y', 'prompt'),
|
('config.unbind("y", mode="yesno")', 'y', 'yesno'),
|
||||||
])
|
])
|
||||||
def test_unbind(self, confpy, line, key, mode):
|
def test_unbind(self, confpy, line, key, mode):
|
||||||
confpy.write(line)
|
confpy.write(line)
|
||||||
|
Loading…
Reference in New Issue
Block a user