Reset Key Bindings to Default in Prefseditor Test

This commit adds a function that resets key bindings to the default in
 `test_keybinding_edit_produce_expected_accels` test.
Note that this function needs to run at the end of every test that
modifies the key bindings as they are not automatically reset after
the test has run.
This commit is contained in:
dkmvs 2020-09-30 00:37:30 +03:00
parent 03d5e20695
commit ba5d155c36
1 changed files with 2 additions and 0 deletions

View File

@ -252,6 +252,8 @@ def test_keybinding_edit_produce_expected_accels(
assert accel_after_edit == expected_accel
reset_config_keybindings()
@pytest.mark.parametrize(
"accel_params",