qutebrowser/tests
Florian Bruhin 29ad252278 Handle ² keypress correctly
Turns out str.isdigit() also handles ² as a digit, but int('²') causes a
ValueError.

Here we use `string.digits` instead, which is '0123456789'.

Fixes #3743
2018-05-22 12:25:45 +02:00
..
end2end Merge remote-tracking branch 'origin/pr/3789' 2018-05-08 11:45:20 +02:00
helpers Add missing fake_args fixture 2018-05-08 11:26:45 +02:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Handle ² keypress correctly 2018-05-22 12:25:45 +02:00
conftest.py Show version for POSIX OSes 2018-03-11 13:28:53 +04:00
test_conftest.py Update copyright years 2018-02-05 12:19:50 +01:00