qutebrowser/tests/unit/config
Florian Bruhin 5689a3c0dc Fix unbinding default keys twice
When doing :unbind with a default keybinding the first time, it gets inserted
into bindings.commands with None as value.

When then doing :unbind a second time, instead of just leaving that None value
as-is, we removed it again (because it got treated as a custom binding).

Fixes #3162
2017-11-04 15:17:19 +01:00
..
old_configs Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-06 18:13:49 -04:00
test_config.py Fix unbinding default keys twice 2017-11-04 15:17:19 +01:00
test_configcommands.py Merge remote-tracking branch 'origin/pr/3100' 2017-11-02 11:32:45 +01:00
test_configdata.py Make sure the config default values are mutable 2017-10-14 16:40:44 +02:00
test_configexc.py Fix lint 2017-10-11 08:41:23 +02:00
test_configfiles.py add <EOL> in :config-write-py generated file 2017-10-26 00:52:22 +08:00
test_configinit.py pylint: Turn off some more too-many-* stuff globally 2017-10-31 07:35:00 +01:00
test_configtypes.py Add some more tests 2017-10-18 20:30:16 +02:00